Documentation
Scheduling
Run scripts automatically at specific times or intervals.
1 Schedule a Script
Open a script and click Schedule.
Pick your timing (interval or cron), then enable the schedule.
2 Examples
Common schedules you can use:
# Every 5 minutes
*/5 * * * *
# Every day at 9am
0 9 * * *
# Every Monday at 8am
0 8 * * 1