Is there any way by which we can resume triggers in Quartz once system is back online?
We have some scheduled trigger(with frequency interval 6 hours), Sometime our system went down and it skips the execution of those triggers.
Can anyone suggest if its possible using Quartz scheduler to resume trigger those missed during downtime.