Skip to content

Commit

Permalink
add 1min delay in AdjustSites.py fix #8411 (#8415)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored May 16, 2024
1 parent 4a7ea9a commit 83b8dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/AdjustSites.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def main():
crabserver = CRABRest(host, cert, cert, retry=3, userAgent='CRABSchedd')
crabserver.setDbInstance(dbInstance)

time.sleep(60) # give TW time to update taskDB #8411
checkTaskInfo(crabserver, ad)

# is this the first time this script runs for this task ? (it runs at each resubmit as well !)
Expand Down

0 comments on commit 83b8dac

Please sign in to comment.