From 50df2105fb13d97cb3b070f9163e639d860b3e15 Mon Sep 17 00:00:00 2001 From: Anthony Underwood Date: Tue, 21 Sep 2021 14:42:59 +0100 Subject: [PATCH] update long jobs to be submitted to the long queue --- conf/sanger.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/sanger.config b/conf/sanger.config index 63952c8..36372f5 100644 --- a/conf/sanger.config +++ b/conf/sanger.config @@ -15,6 +15,9 @@ process{ queue = 'normal' errorStrategy = { task.attempt <= 5 ? "retry" : "finish" } process.maxRetries = 5 + withLabel:process_long { + queue = 'long' + } } executor{