Skip to content

Commit

Permalink
Merge pull request #6 from holzman/xfer_output_on_evict
Browse files Browse the repository at this point in the history
Transfer output/error even if jobs are removed
  • Loading branch information
mapsacosta authored Nov 11, 2024
2 parents 3689c52 + dcd8511 commit 5119aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/htcdaskgateway/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def scale_batch_workers(self, n):
request_memory = 8GB
should_transfer_files = yes
transfer_input_files = """+credentials_dir+""", """+worker_space_dir+""" , """+condor_logdir+"""
when_to_transfer_output = ON_EXIT_OR_EVICT
Queue """+str(n)+""

with open(f"{tmproot}/htcdask_submitfile.jdl", 'w+') as f:
Expand Down

0 comments on commit 5119aae

Please sign in to comment.