0

How can i identify the misfire jobs in quartz.If there is any new feature added in quartz 2.2.1.I have to find Misfire jobs which are all scheduled and i have to store the misfire jobs into RAMJobstore

1 Answers1

0

You can register a TriggerListener that provides the triggerMisfired method that will be invoked whenever a trigger has been misfired. You can easily store the misfire information somewhere in your application and use it for whatever purposes you wish (e.g. to look up misfired jobs and reschedule them etc.).

Jan Moravec
  • 1,808
  • 1
  • 15
  • 18