ert icon indicating copy to clipboard operation
ert copied to clipboard

Change retry submit in scheduler to run unless user cancelled a realization

Open JHolba opened this issue 1 year ago • 1 comments

Currently we retry submit if return code of a job was >128 (a signal killed the job). It would be better if we kept information about user cancellation in the driver and stopped retries based on that instead.

JHolba avatar Mar 21 '24 12:03 JHolba

We should write a test which asserts that the job was resubmitted when there was a signal when the job got a signal. The desired behaviour is to always resubmit unless the job was killed by the user / ert.

xjules avatar Apr 08 '24 10:04 xjules