From 8103718389494dd91050ee160c1b7b4e2bd67749 Mon Sep 17 00:00:00 2001 From: lquayle88 Date: Fri, 30 Sep 2022 16:54:48 +0100 Subject: [PATCH] Reduced maxRetries upon error in sbc_sharc.config for sarek --- conf/pipeline/sarek/sbc_sharc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/sarek/sbc_sharc.config b/conf/pipeline/sarek/sbc_sharc.config index 44dc57d..95b3ee3 100644 --- a/conf/pipeline/sarek/sbc_sharc.config +++ b/conf/pipeline/sarek/sbc_sharc.config @@ -18,7 +18,7 @@ process { // error and retry handling errorStrategy = { task.exitStatus in [143,137,104,134,139,140,247] ? 'retry' : 'finish' } - maxRetries = 2 + maxRetries = 1 // process labels