Delay between each call

This commit is contained in:
Dave North 2018-09-25 11:08:52 -04:00
parent 324cea074d
commit 68065e3982

View File

@ -71,6 +71,7 @@ def main(argv):
print("REMOVED (request id " + request_id + ")")
else:
print("ERROR")
sleep(0.3) # try not to over-run LB api throughput
else:
print("DRYRUN,no deletion took place")