-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We need to reduce the number of short jobs being submitted on Midway. Some possible solutions that may or may not be combined:
-
Bundling runs (which should be fine since we're not running very long pax processing anymore) so each job runs longer,
-
Using job arrays to reduce number of jobs scheduler handles (I think),
-
Running Corrections locally (this seems to be fast now after previous hax improvements) and implementing local checks for intensive processes (e.g.
AddChecksum,ProcessBatchQueueHax) before submitting jobs that actually run those tasks. -
Add minitrees to RunsDB, to facilitate the local checking in 3.