From f4e2a0e7fa1b248665fd3fb3998ac0fcb98e8eb6 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 24 Oct 2019 17:50:16 -0300 Subject: [PATCH] 15497: Adds issue # to comment. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- sdk/cwl/arvados_cwl/arvcontainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py index df4f95a82e..52ab2ca4bb 100644 --- a/sdk/cwl/arvados_cwl/arvcontainer.py +++ b/sdk/cwl/arvados_cwl/arvcontainer.py @@ -425,7 +425,7 @@ class RunnerContainer(Runner): "ram": 1024*1024 * (math.ceil(self.submit_runner_ram) + math.ceil(self.collection_cache_size)), "API": True }, - "use_existing": False, # Never reuse the runner container + "use_existing": False, # Never reuse the runner container - see #15497. "properties": {} } -- 2.30.2