Quartz jobs can run concurrently
sbearcsiro opened this issue · 0 comments
sbearcsiro commented
During periods of high contention for database access, the quartz jobs can take longer to run than their repeatInterval
. This only adds additional contention to an already busy systetm. All existing Quartz jobs should use static concurrent = false
as none of them are start time sensitive.