1

For example, if you have a lot of jobs scheduled exactly at the same time, it becomes hard to handle.

ntysdd
  • 1,206
  • 2
  • 9
  • 19
  • Your "question" is not much of a question, more of a statement. The title should be a short summary of your problem, which you detail and *ask about* in the body of the question. Please [read about how to ask good questions](http://stackoverflow.com/help/how-to-ask). – Some programmer dude Sep 11 '17 at 10:08
  • 1
    And your answer is not an answer. – ntysdd Sep 11 '17 at 10:35
  • 1
    No, it's a *comment*. If I wanted to actually answer I would have written a proper answer below. – Some programmer dude Sep 11 '17 at 10:38
  • 1
    I sometimes search the web, find something really useful and practical. And I click the link, only to find a closed question. If you simply don't have the knowledge to understand the question, why don't you just leave it there and let who are helpful to answer it? – ntysdd Sep 11 '17 at 10:42
  • 4
    The question looks OK to me. When you have lots of jobs scheduled to execute at the same time and Quartz does not have enough worker threads to handle the load, you will get so-called trigger misfires. How the Quartz scheduler handles misfires depends on how your triggers are configured. Every Quartz trigger has a misfire instruction that you can configure when you create the trigger and the instruction tells the scheduler what to do. I recommend that you read this blog post for details: http://www.nurkiewicz.com/2012/04/quartz-scheduler-misfire-instructions.html – Jan Moravec Sep 11 '17 at 13:03
  • @janMoravec Thanks, I will look into it. – ntysdd Sep 12 '17 at 09:45

0 Answers0