Skip to content

Reduce job submission count #134

@pdeperio

Description

@pdeperio

We need to reduce the number of short jobs being submitted on Midway. Some possible solutions that may or may not be combined:

  1. Bundling runs (which should be fine since we're not running very long pax processing anymore) so each job runs longer,

  2. Using job arrays to reduce number of jobs scheduler handles (I think),

  3. 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.

  4. Add minitrees to RunsDB, to facilitate the local checking in 3.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions