From c668bf9fcf290355c154a97ba4d30cf6a9df9e86 Mon Sep 17 00:00:00 2001 From: "Maria A." Date: Thu, 5 Dec 2024 19:08:10 +0000 Subject: [PATCH] Release 0.1.22 - JDL modification --- setup.py | 2 +- src/htcdaskgateway/cluster.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4794665..629d91b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="htcdaskgateway", - version="0.1.21", + version="0.1.22", author="Maria P. Acosta F./Fermilab EAF project", author_email="macosta@fnal.gov", description="Launches a Dask Gateway cluster in K8s and joins HTCondor workers to it", diff --git a/src/htcdaskgateway/cluster.py b/src/htcdaskgateway/cluster.py index a573256..6501b27 100644 --- a/src/htcdaskgateway/cluster.py +++ b/src/htcdaskgateway/cluster.py @@ -128,6 +128,8 @@ def scale_batch_workers(self, n): log = condor/htcdask-worker$(Cluster)_$(Process).log request_cpus = 4 request_memory = 8GB ++isDaskJob = True +requirements = (isDaskNode == True) should_transfer_files = yes transfer_input_files = """+credentials_dir+""", """+worker_space_dir+""" , """+condor_logdir+""" when_to_transfer_output = ON_EXIT_OR_EVICT