diff --git a/src/aws-target-group-cleanup.py b/src/aws-target-group-cleanup.py index 0f44148..d44350d 100644 --- a/src/aws-target-group-cleanup.py +++ b/src/aws-target-group-cleanup.py @@ -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")