java - Quartz scheduler misfire changes the subsequent execution time -


here situation:

  • there hourly job scheduled 09:00.
  • system goes down reason. till 11:15.
  • the misfire policy configured is: misfire_instruction_reschedule_now_with_remaining_repeat_count
  • system comes @ 11:15, due misfire, start job.
  • now subsequent jobs run additional 15 delay 12:15, 13:15, 14:15 ...

how can prevent additional delay in subsequent jobs?

thanks.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -