From abae5c4bd897b79da97a6fb2ff6c990d6bd04c0b Mon Sep 17 00:00:00 2001 From: Bruno Grande Date: Mon, 12 Sep 2022 11:40:43 -0700 Subject: [PATCH] Decrease AWS Batch queue size --- conf/sage.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sage.config b/conf/sage.config index bfe1e09..d43e719 100644 --- a/conf/sage.config +++ b/conf/sage.config @@ -34,7 +34,7 @@ aws { executor { name = 'awsbatch' // Ensure unlimited queue size on AWS Batch - queueSize = 100000 + queueSize = 500 // Slow down the rate at which AWS Batch jobs accumulate in // the queue (an attempt to prevent orphaned EBS volumes) submitRateLimit = '5 / 1 sec'