Skip to content

Commit

Permalink
fix attempt number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Sep 20, 2024
1 parent fe48314 commit 8aa769f
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 @@ -40,7 +40,7 @@ process {

// problematic module
withName: GET_NCBI_GENOME {
errorStrategy = { task.attempt > 4 ? 'retry' : 'ignore' }
errorStrategy = { task.attempt > 3 ? 'retry' : 'ignore' }
maxRetries = 2
maxErrors = '-1'
cpus = 2
Expand Down

0 comments on commit 8aa769f

Please sign in to comment.