0

I'm using Quartz 2.2.1 when i pause a group of jobs or a group of triggers with pauseJobs(GroupMatcher arg0) method, how can ignore misfire instruction?

This solution Quartz Java resuming a job excecutes it many times doesn't work anymore beacuse there isn't a setNextFireTime method.

Community
  • 1
  • 1
Davide
  • 55
  • 1
  • 13
  • Solved using this tutorial: [Ignore misfire instruction using cronbuilder](http://quartz-scheduler.org/documentation/quartz-2.x/examples/Example5) – Davide Aug 07 '15 at 14:18

1 Answers1

0

Maybe you should use withMisfireHandlingInstructionNextWithExistingCount() method.

zyftmx
  • 1
  • 1