From a229bb01bd92ad3d1797a104390c0bb192aa83db Mon Sep 17 00:00:00 2001 From: Darryl Nousome Date: Thu, 21 Nov 2024 10:03:06 -0500 Subject: [PATCH] fix: change # of retries --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index 223df4d..6bdf5ee 100644 --- a/conf/base.config +++ b/conf/base.config @@ -15,7 +15,7 @@ process { time = { check_max( 4.h * task.attempt, 'time' ) } errorStrategy = { task.exitStatus in ((130..145) + 104) ? 'retry' : 'finish' } - maxRetries = 2 + maxRetries = 1 maxErrors = '-1' // Process-specific resource requirements