Skip to content

Commit 41550cc

Browse files
committed
Comment to specify what the 175 exit code stands for.
1 parent be9d768 commit 41550cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nf_core/pipeline-template/nextflow.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ process {
8383
memory = { 6.GB * task.attempt }
8484
time = { 4.h * task.attempt }
8585

86+
// 175 signals that the Pipeline had an unrecoverable error while
87+
// restoring a Snapshot via Fusion Snapshots.
8688
errorStrategy = { task.exitStatus in ((130..145) + 104 + 175) ? 'retry' : 'finish' }
8789
maxRetries = 1
8890
maxErrors = '-1'

0 commit comments

Comments
 (0)