Commit c83289f
committed
exit code for unrecoverable snapshots errors
When a process is being snapshotted via Fusion Snapshots
and encounters an unrecoverable error the Fusion Snapshots runtime emits
a specific exit code (175) to signal that to Nextflow.
This PR makes sure that users running RNASeq
are including the exit code in their retry strategy.1 parent a007d56 commit c83289f
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments