All Products
Search
Document Center

Simple Log Service:Schedule

Last Updated:Sep 18, 2024
ParameterTypeDescriptionExample
object

The scheduling settings.

typestring

The scheduling type.

FixedRate/Cron
cronExpressionstring

The cron expression.

0/5 * * * *
runImmediatelyboolean

Specifies whether to run the scheduled job immediately.

false
timeZonestring

The time zone for the cron expression. This parameter is empty by default, which indicates that the time zone is UTC+8.

"+0800"
delayinteger

The number of seconds for which the scheduled job is delayed.

4
intervalstring

The fixed interval.

1m/1h