1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
502 views
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.

by brandon-w-8204 (34.1k points)
edited by brandon-w-8204
0 votes
I tried the change, still not working.
by ramaswamy-s-6353 (440 points)
...