Schedule a model to run automatically
You can schedule a model to run whenever you want. The first thing you have to ensure is that the model has a published version. Then navigate to the folder with the model and click on the three dots to the right-hand side.
- Minute
- Hour
- Day of month
- Month
- Day of week
0 0 * * * would run the model every day at midnight. Where 0 in minute means at the start of the hour and 0 in hour means at the start of the day (i.e. midnight). * means every minute, every hour, every day, every month, every day of the week so in this case every day of every month at midnight.
You could also choose to input 15 8-17/4 * * 1-5 to run your model at 15 minutes past the hour, every 4 hours, between 08:00 AM and 05:59 PM, Monday through Friday. In sum, you have full control.
You can choose from one of our presets and you can also view the 10 next times the model will run given your cron expression.