Skip to content

Commit

Permalink
Merge pull request #104 from AlexsLemonade/allyhawkins/increase-retries
Browse files Browse the repository at this point in the history
Increase the number of retries allowed to 2
  • Loading branch information
allyhawkins committed Feb 18, 2022
2 parents 8aa88ae + 76c581c commit 3c1004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/profile_awsbatch.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process{
memory = { 4.GB * task.attempt }

errorStrategy = { task.attempt < 3 ? 'retry' : 'finish' }
maxRetries = 1
maxRetries = 2
maxErrors = '-1'

withLabel: mem_8 {
Expand Down

0 comments on commit 3c1004d

Please sign in to comment.