From 1ca0a53047cffd643c642879dbcffcf1944252c8 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Apr 2024 12:42:24 -0400 Subject: [PATCH] Update nyu_hpc.config --- conf/nyu_hpc.config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/nyu_hpc.config b/conf/nyu_hpc.config index def88daa6..c2bb36dec 100644 --- a/conf/nyu_hpc.config +++ b/conf/nyu_hpc.config @@ -12,10 +12,13 @@ singularity.enabled = true process { executor = 'slurm' clusterOptions = '--export=NONE' - maxRetries = 2 + scratch = true + maxRetries = 3 + errorStrategy = { task.attempt <=3 ? 'retry' : 'finish' } + cache = 'lenient' } executor { queueSize = 1900 - submitRateLimit = '20 sec' + submitRateLimit = '10 sec' }