Quartz Thread Execution Parallel or Sequential?

后端 未结 1 873
醉梦人生
醉梦人生 2021-01-06 07:34

We have a quartz based scheduler application which runs about 1000 jobs per minute which are evenly distributed across seconds of each minute i.e. about 16-17 jobs per secon

相关标签:
1条回答
  • 2021-01-06 08:17

    Try to play with the followings, it should improve the behavior

    org.quartz.scheduler.batchTriggerAcquisitionMaxCount
    org.quartz.jobStore.acquireTriggersWithinLock
    org.quartz.scheduler.idleWaitTime
    
    0 讨论(0)
提交回复
热议问题