stacks 0.58.56 → 0.58.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/actions/dist/src/index.js +9 -3
- package/core/actions/dist/src/release.js +9 -3
- package/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/actions/src/action.ts +11 -3
- package/core/ai/dist/index.js +4 -4
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/dist/{chunk-d52e40a990b45728.js → chunk-e9c0ec1a3b7be088.js} +120 -92
- package/core/buddy/dist/cli.js +1 -1
- package/core/buddy/dist/index.js +1 -1
- package/core/buddy/package.json +1 -1
- package/core/buddy/src/commands/configure.ts +38 -27
- package/core/buddy/src/commands/deploy.ts +81 -56
- package/core/buddy/src/commands/setup.ts +11 -9
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +8 -8
- package/core/cli/dist/index.js +7 -1
- package/core/cli/package.json +1 -1
- package/core/cli/src/exec.ts +8 -0
- package/core/cloud/deploy.ts +3 -2
- package/core/cloud/dist/index.js +145 -54
- package/core/cloud/package.json +28 -28
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/index.ts +76 -50
- package/core/cloud/src/cloud/queue.ts +106 -9
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +9 -9
- package/core/development/package.json +1 -1
- package/core/dns/package.json +4 -4
- package/core/docs/package.json +1 -1
- package/core/email/package.json +12 -12
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +1 -1
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +1 -1
- package/core/logging/dist/index.js +161 -4
- package/core/logging/package.json +1 -1
- package/core/logging/src/index.ts +55 -12
- package/core/notifications/package.json +22 -22
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/dist/index.js +1 -1
- package/core/path/package.json +1 -1
- package/core/path/src/index.ts +1 -1
- package/core/payments/package.json +1 -1
- package/core/push/package.json +5 -5
- package/core/query-builder/package.json +1 -1
- package/core/queue/dist/index.js +5 -1
- package/core/queue/package.json +1 -1
- package/core/queue/src/index.ts +5 -1
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/package.json +1 -1
- package/core/scheduler/dist/index.js +4 -0
- package/core/scheduler/package.json +1 -1
- package/core/scheduler/src/index.ts +1 -0
- package/core/scheduler/src/schedule.ts +5 -0
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +11 -11
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +1 -1
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tunnel/package.json +1 -1
- package/core/types/dist/index.js +8 -3
- package/core/types/package.json +3 -3
- package/core/types/src/configure.ts +7 -0
- package/core/types/src/cron-jobs.ts +14 -4
- package/core/ui/package.json +6 -6
- package/core/utils/dist/index.js +32 -1
- package/core/utils/package.json +1 -1
- package/core/utils/src/index.ts +1 -0
- package/core/utils/src/retry.ts +33 -0
- package/core/validation/package.json +1 -1
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +1 -1
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,65 @@
|
|
|
1
1
|
import process from 'node:process'
|
|
2
2
|
import consola from 'consola'
|
|
3
3
|
import { ExitCode } from '@stacksjs/types'
|
|
4
|
+
import { logsPath } from '@stacksjs/path'
|
|
4
5
|
|
|
5
6
|
export const logger = consola
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
|
|
8
|
+
export const logFilePath = logsPath('console.log')
|
|
9
|
+
|
|
10
|
+
async function writeToLogFile(message: string) {
|
|
11
|
+
const formattedMessage = `[${new Date().toISOString()}] ${message}\n`
|
|
12
|
+
try {
|
|
13
|
+
const file = Bun.file(logFilePath)
|
|
14
|
+
const writer = file.writer()
|
|
15
|
+
const text = await file.text()
|
|
16
|
+
writer.write(`${text}\n`)
|
|
17
|
+
writer.write(`${formattedMessage}\n`)
|
|
18
|
+
await writer.end()
|
|
19
|
+
}
|
|
20
|
+
catch (error) {
|
|
21
|
+
// Assuming the error is due to the file not existing
|
|
22
|
+
// Create the file and then write the message
|
|
23
|
+
const file = Bun.file(logFilePath) // Use the create option
|
|
24
|
+
const writer = file.writer()
|
|
25
|
+
writer.write(`${formattedMessage}\n`)
|
|
26
|
+
await writer.end()
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export const log = {
|
|
31
|
+
info: async (...arg: any) => {
|
|
32
|
+
consola.info(...arg)
|
|
33
|
+
await writeToLogFile(`INFO: ${arg}`)
|
|
34
|
+
},
|
|
35
|
+
|
|
36
|
+
success: async (msg: string) => {
|
|
37
|
+
consola.success(msg)
|
|
38
|
+
await writeToLogFile(`SUCCESS: ${msg}`)
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
error: async (err: string, options?: any) => {
|
|
42
|
+
handleError(err, options) // Assuming handleError logs the error
|
|
43
|
+
await writeToLogFile(`ERROR: ${err}`)
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
warn: async (arg: string) => {
|
|
47
|
+
consola.warn(arg)
|
|
48
|
+
await writeToLogFile(`WARN: ${arg}`)
|
|
49
|
+
},
|
|
50
|
+
|
|
51
|
+
debug: async (arg: string) => {
|
|
52
|
+
consola.debug(arg)
|
|
53
|
+
await writeToLogFile(`DEBUG: ${arg}`)
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
// prompt,
|
|
57
|
+
dump,
|
|
58
|
+
dd,
|
|
59
|
+
}
|
|
17
60
|
|
|
18
61
|
export function dump(...args: any[]) {
|
|
19
|
-
|
|
62
|
+
args.forEach(arg => log.debug(arg))
|
|
20
63
|
}
|
|
21
64
|
|
|
22
65
|
export function dd(...args: any[]) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.58",
|
|
5
5
|
"description": "The Stacks notifications integration.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -76,27 +76,27 @@
|
|
|
76
76
|
"@stacksjs/types": "workspace:*"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"@novu/discord": "^0.23.
|
|
80
|
-
"@novu/emailjs": "^0.23.
|
|
81
|
-
"@novu/gupshup": "^0.23.
|
|
82
|
-
"@novu/mailgun": "^0.23.
|
|
83
|
-
"@novu/mailjet": "^0.23.
|
|
84
|
-
"@novu/mandrill": "^0.23.
|
|
85
|
-
"@novu/netcore": "^0.23.
|
|
86
|
-
"@novu/nexmo": "^0.23.
|
|
87
|
-
"@novu/node": "^0.23.
|
|
88
|
-
"@novu/nodemailer": "^0.23.
|
|
89
|
-
"@novu/plivo": "^0.23.
|
|
90
|
-
"@novu/postmark": "^0.23.
|
|
91
|
-
"@novu/sendgrid": "^0.23.
|
|
92
|
-
"@novu/ses": "^0.23.
|
|
93
|
-
"@novu/slack": "^0.23.
|
|
94
|
-
"@novu/sms77": "^0.23.
|
|
95
|
-
"@novu/sns": "^0.23.
|
|
96
|
-
"@novu/stateless": "^0.23.
|
|
97
|
-
"@novu/telnyx": "^0.23.
|
|
98
|
-
"@novu/termii": "^0.23.
|
|
99
|
-
"@novu/twilio": "^0.23.
|
|
79
|
+
"@novu/discord": "^0.23.1",
|
|
80
|
+
"@novu/emailjs": "^0.23.1",
|
|
81
|
+
"@novu/gupshup": "^0.23.1",
|
|
82
|
+
"@novu/mailgun": "^0.23.1",
|
|
83
|
+
"@novu/mailjet": "^0.23.1",
|
|
84
|
+
"@novu/mandrill": "^0.23.1",
|
|
85
|
+
"@novu/netcore": "^0.23.1",
|
|
86
|
+
"@novu/nexmo": "^0.23.1",
|
|
87
|
+
"@novu/node": "^0.23.1",
|
|
88
|
+
"@novu/nodemailer": "^0.23.1",
|
|
89
|
+
"@novu/plivo": "^0.23.1",
|
|
90
|
+
"@novu/postmark": "^0.23.1",
|
|
91
|
+
"@novu/sendgrid": "^0.23.1",
|
|
92
|
+
"@novu/ses": "^0.23.1",
|
|
93
|
+
"@novu/slack": "^0.23.1",
|
|
94
|
+
"@novu/sms77": "^0.23.1",
|
|
95
|
+
"@novu/sns": "^0.23.1",
|
|
96
|
+
"@novu/stateless": "^0.23.1",
|
|
97
|
+
"@novu/telnyx": "^0.23.1",
|
|
98
|
+
"@novu/termii": "^0.23.1",
|
|
99
|
+
"@novu/twilio": "^0.23.1"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@stacksjs/development": "workspace:*"
|
package/core/orm/package.json
CHANGED
package/core/path/dist/index.js
CHANGED
|
@@ -150,7 +150,7 @@ function eslintPath(path) {
|
|
|
150
150
|
return lintPath(`eslint/${path || ""}`);
|
|
151
151
|
}
|
|
152
152
|
function jobsPath(path) {
|
|
153
|
-
return
|
|
153
|
+
return appPath(`Jobs/${path || ""}`);
|
|
154
154
|
}
|
|
155
155
|
function loggingPath(path) {
|
|
156
156
|
return corePath(`logging/${path || ""}`);
|
package/core/path/package.json
CHANGED
package/core/path/src/index.ts
CHANGED
package/core/push/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/push",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.58",
|
|
5
5
|
"description": "The Stacks Push integration",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"prepublishOnly": "bun --bun run build"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@novu/node": "^0.23.
|
|
50
|
-
"@novu/stateless": "^0.23.
|
|
49
|
+
"@novu/node": "^0.23.1",
|
|
50
|
+
"@novu/stateless": "^0.23.1",
|
|
51
51
|
"@stacksjs/cli": "workspace:*",
|
|
52
52
|
"@stacksjs/config": "workspace:*",
|
|
53
53
|
"@stacksjs/error-handling": "workspace:*"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@novu/node": "^0.23.
|
|
57
|
-
"@novu/stateless": "^0.23.
|
|
56
|
+
"@novu/node": "^0.23.1",
|
|
57
|
+
"@novu/stateless": "^0.23.1",
|
|
58
58
|
"@stacksjs/cli": "workspace:*",
|
|
59
59
|
"@stacksjs/config": "workspace:*",
|
|
60
60
|
"@stacksjs/error-handling": "workspace:*"
|
package/core/queue/dist/index.js
CHANGED
|
@@ -5,15 +5,19 @@ class Job {
|
|
|
5
5
|
description;
|
|
6
6
|
action;
|
|
7
7
|
handle;
|
|
8
|
+
rate;
|
|
8
9
|
tries;
|
|
9
10
|
backoff;
|
|
10
|
-
|
|
11
|
+
enabled;
|
|
12
|
+
constructor({ name, description, handle, rate, tries, backoff, action, enabled }) {
|
|
11
13
|
this.name = name;
|
|
12
14
|
this.description = description;
|
|
13
15
|
this.handle = handle;
|
|
16
|
+
this.rate = rate;
|
|
14
17
|
this.action = action;
|
|
15
18
|
this.tries = tries;
|
|
16
19
|
this.backoff = backoff;
|
|
20
|
+
this.enabled = enabled;
|
|
17
21
|
}
|
|
18
22
|
}
|
|
19
23
|
export {
|
package/core/queue/package.json
CHANGED
package/core/queue/src/index.ts
CHANGED
|
@@ -5,15 +5,19 @@ export class Job {
|
|
|
5
5
|
description: JobOptions['description']
|
|
6
6
|
action?: JobOptions['action']
|
|
7
7
|
handle?: JobOptions['handle']
|
|
8
|
+
rate: JobOptions['rate']
|
|
8
9
|
tries: JobOptions['tries']
|
|
9
10
|
backoff: JobOptions['backoff']
|
|
11
|
+
enabled: JobOptions['enabled']
|
|
10
12
|
|
|
11
|
-
constructor({ name, description, handle, tries, backoff, action }: JobOptions) {
|
|
13
|
+
constructor({ name, description, handle, rate, tries, backoff, action, enabled }: JobOptions) {
|
|
12
14
|
this.name = name
|
|
13
15
|
this.description = description
|
|
14
16
|
this.handle = handle
|
|
17
|
+
this.rate = rate
|
|
15
18
|
this.action = action
|
|
16
19
|
this.tries = tries
|
|
17
20
|
this.backoff = backoff
|
|
21
|
+
this.enabled = enabled
|
|
18
22
|
}
|
|
19
23
|
}
|
package/core/repl/package.json
CHANGED
package/core/router/package.json
CHANGED
package/core/server/package.json
CHANGED
package/core/slug/package.json
CHANGED
package/core/sms/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.58",
|
|
5
5
|
"description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"@stacksjs/types": "workspace:*"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"@novu/gupshup": "^0.23.
|
|
69
|
-
"@novu/nexmo": "^0.23.
|
|
70
|
-
"@novu/node": "^0.23.
|
|
71
|
-
"@novu/plivo": "^0.23.
|
|
72
|
-
"@novu/sms77": "^0.23.
|
|
73
|
-
"@novu/sns": "^0.23.
|
|
74
|
-
"@novu/stateless": "^0.23.
|
|
75
|
-
"@novu/telnyx": "^0.23.
|
|
76
|
-
"@novu/termii": "^0.23.
|
|
77
|
-
"@novu/twilio": "^0.23.
|
|
68
|
+
"@novu/gupshup": "^0.23.1",
|
|
69
|
+
"@novu/nexmo": "^0.23.1",
|
|
70
|
+
"@novu/node": "^0.23.1",
|
|
71
|
+
"@novu/plivo": "^0.23.1",
|
|
72
|
+
"@novu/sms77": "^0.23.1",
|
|
73
|
+
"@novu/sns": "^0.23.1",
|
|
74
|
+
"@novu/stateless": "^0.23.1",
|
|
75
|
+
"@novu/telnyx": "^0.23.1",
|
|
76
|
+
"@novu/termii": "^0.23.1",
|
|
77
|
+
"@novu/twilio": "^0.23.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@stacksjs/config": "workspace:*",
|
package/core/tables/package.json
CHANGED
package/core/tinker/package.json
CHANGED
package/core/tunnel/package.json
CHANGED
package/core/types/dist/index.js
CHANGED
|
@@ -399,14 +399,19 @@ var require_pluralize = __commonJS((exports, module) => {
|
|
|
399
399
|
var Every;
|
|
400
400
|
(function(Every2) {
|
|
401
401
|
Every2["Minute"] = "* * * * *";
|
|
402
|
+
Every2["TwoMinutes"] = "*/2 * * * *";
|
|
403
|
+
Every2["FiveMinutes"] = "*/5 * * * *";
|
|
404
|
+
Every2["TenMinutes"] = "*/10 * * * *";
|
|
405
|
+
Every2["FifteenMinutes"] = "*/15 * * * *";
|
|
406
|
+
Every2["ThirtyMinutes"] = "*/30 * * * *";
|
|
402
407
|
Every2["Hour"] = "0 * * * *";
|
|
403
408
|
Every2["HalfHour"] = "0,30 * * * *";
|
|
404
409
|
Every2["Day"] = "0 0 * * *";
|
|
405
|
-
Every2["Month"] = "0 0 1 * *";
|
|
406
410
|
Every2["Week"] = "0 0 * * 0";
|
|
411
|
+
Every2["Weekday"] = "0 0 * * 1-5";
|
|
412
|
+
Every2["Weekend"] = "0 0 * * 0,6";
|
|
413
|
+
Every2["Month"] = "0 0 1 * *";
|
|
407
414
|
Every2["Year"] = "0 0 1 1 *";
|
|
408
|
-
Every2["FifthMinute"] = "*/5 * * * *";
|
|
409
|
-
Every2["TenthMinute"] = "*/10 * * * *";
|
|
410
415
|
})(Every || (Every = {}));
|
|
411
416
|
// src/docs.ts
|
|
412
417
|
var SocialLinkIcon;
|
package/core/types/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.58",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@mdit-vue/plugin-component": "^2.0.0",
|
|
52
52
|
"@mdit-vue/plugin-frontmatter": "^2.0.0",
|
|
53
53
|
"@mdit-vue/types": "^2.0.0",
|
|
54
|
-
"@novu/stateless": "^0.23.
|
|
54
|
+
"@novu/stateless": "^0.23.1",
|
|
55
55
|
"@rollup/pluginutils": "^5.1.0",
|
|
56
56
|
"@stacksjs/validation": "workspace:*",
|
|
57
57
|
"@types/aws4": "^1.11.6",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"vite-plugin-pwa": "^0.17.5",
|
|
79
79
|
"vite-ssg": "^0.23.6",
|
|
80
80
|
"vitepress": "1.0.0-rc.42",
|
|
81
|
-
"vue": "^3.4.
|
|
81
|
+
"vue": "^3.4.16"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"aws-cdk-lib": "^2.126.0",
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
export interface ConfigureOptions {
|
|
2
2
|
aws: boolean
|
|
3
|
+
profile: string
|
|
4
|
+
project: boolean
|
|
3
5
|
verbose: boolean
|
|
6
|
+
accessKeyId: string
|
|
7
|
+
secretAccessKey: string
|
|
8
|
+
region: string
|
|
9
|
+
output: string
|
|
10
|
+
quiet: boolean
|
|
4
11
|
}
|
|
5
12
|
|
|
6
13
|
export type ConfigureConfig = Partial<ConfigureOptions>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { IntRange } from '@stacksjs/scheduler'
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Cron Job Options.
|
|
3
5
|
*/
|
|
@@ -12,7 +14,10 @@ export interface JobOptions {
|
|
|
12
14
|
description?: string
|
|
13
15
|
queue?: string
|
|
14
16
|
timezone?: string
|
|
15
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Number of tries. Must be between 0 and 185.
|
|
19
|
+
*/
|
|
20
|
+
tries?: IntRange<0, 185>
|
|
16
21
|
backoff?: number | number[]
|
|
17
22
|
rate?: string | Every
|
|
18
23
|
enabled?: boolean
|
|
@@ -35,12 +40,17 @@ export enum Every {
|
|
|
35
40
|
// TenSeconds = '*/10 * * * * *',
|
|
36
41
|
// ThirtySeconds = '*/30 * * * * *',
|
|
37
42
|
Minute = '* * * * *',
|
|
43
|
+
TwoMinutes = '*/2 * * * *',
|
|
44
|
+
FiveMinutes = '*/5 * * * *',
|
|
45
|
+
TenMinutes = '*/10 * * * *',
|
|
46
|
+
FifteenMinutes = '*/15 * * * *',
|
|
47
|
+
ThirtyMinutes = '*/30 * * * *',
|
|
38
48
|
Hour = '0 * * * *',
|
|
39
49
|
HalfHour = '0,30 * * * *',
|
|
40
50
|
Day = '0 0 * * *',
|
|
41
|
-
Month = '0 0 1 * *',
|
|
42
51
|
Week = '0 0 * * 0',
|
|
52
|
+
Weekday = '0 0 * * 1-5',
|
|
53
|
+
Weekend = '0 0 * * 0,6',
|
|
54
|
+
Month = '0 0 1 * *',
|
|
43
55
|
Year = '0 0 1 1 *',
|
|
44
|
-
FifthMinute = '*/5 * * * *',
|
|
45
|
-
TenthMinute = '*/10 * * * *',
|
|
46
56
|
}
|