Scheduling a job automatically

Automatic scheduling is done by specifying an interval or a cron expression. This enables versatile scheduling schemes.

If both the interval and cron expression are defined, then the interval takes priority over the cron expression.

To run jobs at certain intervals regardless of the time of day, specify the interval in minutes, for example, specifying 1440 runs the job once a day.