1.2k questions
1.4k answers
361 comments
339 users
You can set it to run on a schedule using a cron tab by changing the execution to a Scheduled instead of continuous.
Example CRON string: */5 * 22-23,0-7 * * * - Runs 10pm to 7:59am every 5 seconds.