Skip to content
Snippets Groups Projects
Commit 6af8aa57 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

NODE_FAIL is not a finished state; jobs will be requeued

parent 4f3ef7f8
No related branches found
No related tags found
1 merge request!833[Webservice] Don't mark jobs as finished just because they disappear from squeue output
...@@ -25,7 +25,7 @@ log = logging.getLogger(__name__) ...@@ -25,7 +25,7 @@ log = logging.getLogger(__name__)
STATES_FINISHED = { # https://slurm.schedmd.com/squeue.html#lbAG STATES_FINISHED = { # https://slurm.schedmd.com/squeue.html#lbAG
'BOOT_FAIL', 'CANCELLED', 'COMPLETED', 'DEADLINE', 'FAILED', 'BOOT_FAIL', 'CANCELLED', 'COMPLETED', 'DEADLINE', 'FAILED',
'NODE_FAIL', 'OUT_OF_MEMORY', 'PREEMPTED', 'SPECIAL_EXIT', 'TIMEOUT', 'OUT_OF_MEMORY', 'PREEMPTED', 'SPECIAL_EXIT', 'TIMEOUT',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment