Skip to content

Commit

Permalink
fix: change # of retries
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 21, 2024
1 parent 6530804 commit a229bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a229bb0

Please sign in to comment.