We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9d768 commit 41550ccCopy full SHA for 41550cc
nf_core/pipeline-template/nextflow.config
@@ -83,6 +83,8 @@ process {
83
memory = { 6.GB * task.attempt }
84
time = { 4.h * task.attempt }
85
86
+ // 175 signals that the Pipeline had an unrecoverable error while
87
+ // restoring a Snapshot via Fusion Snapshots.
88
errorStrategy = { task.exitStatus in ((130..145) + 104 + 175) ? 'retry' : 'finish' }
89
maxRetries = 1
90
maxErrors = '-1'
0 commit comments