Sidebar

Cron string not working

0 votes
346 views
asked Aug 16, 2017 by ramaswamy-s-6353 (440 points)
I want to pause a channel on sundays since we do an EMR backup at that time. I want to pause a channel that sends alerts during that time.

These are the cron strings I used and the script

0 0 04 * * SUN

qie.pauseChannel();

0 0 05 * * SUN

qie.resumeChannel();

 

The above did not work for me.

2 Answers

0 votes

For the qie.resumeChannel(); script you need to make sure the option "Run script while channel is paused" is checked.

answered Aug 16, 2017 by brandon-w-8204 (33,170 points)
edited Aug 16, 2017 by brandon-w-8204
0 votes
I tried the change, still not working.
answered Sep 6, 2017 by ramaswamy-s-6353 (440 points)
...