1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
917 views
by brandon-w-8204 (34.1k points)

1 Answer

0 votes
 
Best answer

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.

by brandon-w-8204 (34.1k points)
edited by brandon-w-8204
...