Decorator that marks a function as a scheduler. The function will be called according to the provided cron expression.
To read more about schedulers, see the documentation.
The ID of the scheduler. Should be unique.
The cron expression (in UTC) to schedule the function on.
Optional
exclusive: booleanWhether the scheduler should be exclusive. If set to true, the scheduler will not trigger if the previous scheduler is still running. Default: true.
Decorator that marks a function as a scheduler. The function will be called according to the provided cron expression.
To read more about schedulers, see the documentation.
Decorator that marks a function as a scheduler. The function will be called according to the provided cron expression.
To read more about schedulers, see the documentation.