|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The schedule structure. |
||
| type |
string |
schedule type |
Cron |
| cronExpression |
string |
The cron expression. |
0/5 * * * * |
| runImmediately |
boolean |
Specifies whether to execute the scheduled task immediately. |
false |
| timeZone |
string |
The time zone of the cron expression. If this parameter is left empty, the default time zone UTC+8 is used. |
+0800 |
| delay |
integer |
The delay before a scheduled task is executed, in seconds (s). |
4 |
| interval |
string |
The fixed interval. |
1m |