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