Skip to content

Commit

Permalink
clean main - add sleep(30) after line 1394 in a bug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Dec 19, 2024
1 parent cb24a13 commit cbbb383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,6 @@ def process_files(s3, bucket_name, api, current_objects, exclude, local_dir, des
to_collate.loc[to_collate['id'] == id, 'upload'] = False
if len(upload_futures) == 0:
print('All zip uploads complete.', flush=True)
sleep(30)

if failed:
for i, failed_upload in enumerate(failed):
Expand Down

0 comments on commit cbbb383

Please sign in to comment.