Skip to content

Commit

Permalink
retry gridftp transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Aug 23, 2024
1 parent cba74a6 commit 7007ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions iceprod/server/data/condor_transfer_plugins/gsiftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def _do_transfer(self, inpath, outpath):
'/cvmfs/icecube.opensciencegrid.org/iceprod/v2.7.1/env-shell.sh',
'globus-url-copy',
'-cd',
'-rst',
inpath,
outpath,
], stderr=subprocess.STDOUT)
Expand Down
2 changes: 1 addition & 1 deletion iceprod/server/plugins/condor.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async def submit(self, tasks: list[Task], jel: Path):
log = {jel}
notification = never
job_ad_information_attrs = Iwd IceProdDatasetId IceProdTaskId IceProdTaskInstanceId CommittedTime RemotePool RemoteMachine
job_ad_information_attrs = Iwd IceProdDatasetId IceProdTaskId IceProdTaskInstanceId CommittedTime RemotePool RemoteHost MATCH_EXP_JOBGLIDEIN_ResourceName
batch_name = Dataset {tasks[0].dataset.dataset_num}
+IsIceProdJob = True
Expand Down

0 comments on commit 7007ced

Please sign in to comment.