Sidebar

How do I schedule a Channel to run at a specific time or interval

0 votes
739 views
asked Mar 7, 2014 by brandon-w-8204 (33,170 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.

answered Mar 7, 2014 by brandon-w-8204 (33,170 points)
edited Jul 20, 2018 by brandon-w-8204
...