Skip to content

Commit

Permalink
Release 0.1.22 - JDL modification
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsacosta committed Dec 5, 2024
1 parent c23023b commit c668bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Launches a Dask Gateway cluster in K8s and joins HTCondor workers to it",
Expand Down
2 changes: 2 additions & 0 deletions src/htcdaskgateway/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c668bf9

Please sign in to comment.