Skip to content

Commit

Permalink
modules.config: allow retries for Rfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
JocelynSP authored Aug 23, 2024
1 parent 4715a1b commit 3dbf2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ process {
time='12h'
memory={ 10.GB * task.attempt }

//errorStrategy ={ 'retry' }
errorStrategy ={ 'retry' }
maxRetries= 5
}

Expand Down

0 comments on commit 3dbf2e9

Please sign in to comment.