Working with Robotiive Runner is not complete without its scheduler. It will schedule a pipeline of jobs with a cron format. The scheduler helps you to execute a sequence of tasks (tasks will turn into jobs) automatically when the time has come. You can set the time as every minute, every hour, every day, etc. Schedules are useful if you want to execute the pipeline 24/7, even when you are off or on the weekend.
So, what is the cron format? Cron format is a schedule that is defined using the six fields cron string format (******), indicating when the job should be executed. These are second, minute, hour, day, month, and day of the week.
See these screenshots to see the example schedule and the cron format setting.
A schedule is created on the Schedules page.
Cron format setting
Demo of how to use a schedule in Runner: