AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

Quartz jobs can run concurrently #146

Closed sbearcsiro closed 3 years ago

sbearcsiro commented 3 years ago

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.