Skip to content

[QSASLA-3187] Overnight DBUs running at the same time

natasha.madondo requested to merge QSASLA-3187/overnightDBUs into develop

Add logic to stagger start time for DBUs that are run over night so that we don't have two running concurrently in separate threads.

Digital Bulk Uploads and Bulk create/Updates are of the same job type "bulk create job" and are currently set to "do not run concurrently". This slips through the net when the jobs are run at the same time on different threads and have no visibility of each other. I've staggered the times to make sure that each job has a chance to actually get started before the next one does it's check of "is something currently running". These two are the only jobs that can be run over night as far as I can see.

Screenshot of 2 queued jobs

image

Edited by natasha.madondo

Merge request reports