TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

Fix behaviour for held job submission #110

Closed dankwart-de closed 6 years ago

dankwart-de commented 6 years ago

Jobs were not submitted on hold by default for LSF. This behaviour changes with this commit, default for all job managers will be hold jobs after submission.

The value can now also be set via the JobManagerOptions class.