Skip to content

Commit

Permalink
Merge pull request #22 from beckermr/beckermr-patch-1
Browse files Browse the repository at this point in the history
BUG make sure jobs can exit
  • Loading branch information
beckermr authored Sep 8, 2022
2 parents 33d2b63 + f200fcc commit 0288723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mattspy/condor_yield.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _submit_condor_job(
request_memory = %dG
kill_sig = SIGINT
leave_in_queue = True
on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
max_retries = 0
getenv = True
should_transfer_files = YES
Expand Down

0 comments on commit 0288723

Please sign in to comment.