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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -