Prevent Misfired Interval Based Schedulers from Firing after Server Shutdown and Startup

Certified Senior Developer

What to know if we can prevent multiple schedulers from firing when the server is down and then restarted?

In our case we are using End User Reporting module, which has a time interval based Scheduler which runs every 15 mins. Our application servers are down outside office hours. If there is an notification schedule during the outage time, then on server startup the notifications get sent out 100 or more times, due to all the missed schedulers firing again on startup.

For the fixed time schedulers we have used Advanced Condition on the timer to fix this problem. But we cannot use the same for a time interval based scheduler.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data