Skip to content

Commit

Permalink
Update maxRetries
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana authored Oct 19, 2023
1 parent 33a8b4e commit 1684abd
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 = 1
maxRetries = 5
maxErrors = '-1'

// Process-specific resource requirements
Expand Down

0 comments on commit 1684abd

Please sign in to comment.