Hello,
I have a healthrule suppression schedule enabled and it doesn't seem to be working as expected.
The requirement is to suppress or disable helathrule between 1 AM and 6 AM only on Sundays, and this the cron entry that i set up (see attached).
start time cron expression: * * 6 ? * 7
end time cron expression : * * 1 ? * 7
If this is incorrect, please advise what needs to be modified. Thank you!
I think you might have your start and end crossed so i switched them. Also, for Sundays, shouldn't that be a '1' instead of a '7'? Here's the result based on those adjustments.
start time cron expression: * * 1 ? * 1
end time cron expression : * * 6 ? * 1
Here's a doc on cron format standards.
http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger
Does anyone have an answer? :)
Hello,
I have a healthrule suppression schedule enabled and it doesn't seem to be working as expected.
The requirement is to suppress or disable helathrule between 1 AM and 6 AM only on Sundays, and this the cron entry that i set up (see attached).
start time cron expression: * * 6 ? * 7
end time cron expression : * * 1 ? * 7
If this is incorrect, please advise what needs to be modified. Thank you!
Does anyone have an answer? :)
I think you might have your start and end crossed so i switched them. Also, for Sundays, shouldn't that be a '1' instead of a '7'? Here's the result based on those adjustments.
start time cron expression: * * 1 ? * 1
end time cron expression : * * 6 ? * 1
Here's a doc on cron format standards.
http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
2 | |
2 |