3

I have a Quartz Scheduler. If I run the scheduler after maintenance window or so, it should not run the misfire triggers older than 15 minutes. How can I control this?

Is there any property or something?

halfer
  • 19,824
  • 17
  • 99
  • 186
Tanu Garg
  • 3,007
  • 4
  • 21
  • 29
  • Possible duplicate of [How to conditionally enable or disable scheduled jobs in Spring?](https://stackoverflow.com/questions/18406713/how-to-conditionally-enable-or-disable-scheduled-jobs-in-spring) – Abbas Kararawala Mar 26 '19 at 05:35
  • 2
    No, I am talking about shutting down the scheduler. Once I up the schedule again it should not run misfire triggers prior to min mins. – Tanu Garg Mar 26 '19 at 05:53
  • So after restarting the server, u don't want to misfire the triggers before the actual time. means after the restart, triggers have to work only at a scheduled time? – Sudhakar Mar 26 '19 at 06:27
  • Yes @sudhakar. The scheduler should not run the misfire triggers prior to 15 mins or so. – Tanu Garg Mar 26 '19 at 06:49
  • then you can use the above mentioned post and modify the variable as per your requirement - as for your, make it true so it check for the 15 mins time frame on your system restart and false afterwards – Abbas Kararawala Mar 26 '19 at 06:57

0 Answers0