diff --git a/conf/base.config b/conf/base.config index 95c429ce8bb3343401cd4dfcff754ce2503c118b..eaf8337beb954cd374f79b0b7e45cdc53f301fbc 100644 --- a/conf/base.config +++ b/conf/base.config @@ -14,8 +14,8 @@ process { memory = { check_max( 8.GB * task.attempt, 'memory' ) } time = { check_max( 12.h * task.attempt, 'time' ) } - errorStrategy = { task.exitStatus in ((130..145) + 104) ? 'retry' : 'finish' } - maxRetries = 1 + errorStrategy = { task.exitStatus in ((130..145) + 104) ? 'retry' : 'ignore' } + maxRetries = 3 maxErrors = '-1' // Process-specific resource requirements