mirror of
https://github.com/RogerSik/aws-target-group-cleanup.git
synced 2024-11-24 00:30:28 +01:00
Delay between each call
This commit is contained in:
parent
324cea074d
commit
68065e3982
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user