From 3dbf2e92734555138d5e8e9c42db529356e94d05 Mon Sep 17 00:00:00 2001 From: JocelynSP Date: Fri, 23 Aug 2024 11:57:00 +1000 Subject: [PATCH] modules.config: allow retries for Rfilter --- config/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules.config b/config/modules.config index 9e46d9a..1433fed 100644 --- a/config/modules.config +++ b/config/modules.config @@ -86,7 +86,7 @@ process { time='12h' memory={ 10.GB * task.attempt } - //errorStrategy ={ 'retry' } + errorStrategy ={ 'retry' } maxRetries= 5 }