From 6a970dc4a8b77bf22b3c2d9b9cc98e827c71bec0 Mon Sep 17 00:00:00 2001 From: Anthony Underwood Date: Thu, 23 Sep 2021 11:59:45 +0100 Subject: [PATCH] update max time for long queue --- conf/sanger.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/sanger.config b/conf/sanger.config index 36372f5..5611762 100644 --- a/conf/sanger.config +++ b/conf/sanger.config @@ -17,6 +17,7 @@ process{ process.maxRetries = 5 withLabel:process_long { queue = 'long' + max_time = 48.h } }