add more missing node_fail states

This commit is contained in:
Michael Panzlaff
2025-03-04 18:03:01 +01:00
parent d4336b0dcb
commit 0a3e678329
6 changed files with 13 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
"timeout",
"preempted",
"out_of_memory",
"node_fail",
];
</script>