Parameter | Type | Description | Example |
---|---|---|---|
object | The scheduling settings. | ||
type | string | The scheduling type. | FixedRate/Cron |
cronExpression | string | The cron expression. | 0/5 * * * * |
runImmediately | boolean | Specifies whether to run the scheduled job immediately. | false |
timeZone | string | The time zone for the cron expression. This parameter is empty by default, which indicates that the time zone is UTC+8. | "+0800" |
delay | integer | The number of seconds for which the scheduled job is delayed. | 4 |
interval | string | The fixed interval. | 1m/1h |