Delay between each call
This commit is contained in:
		@@ -71,6 +71,7 @@ def main(argv):
 | 
				
			|||||||
                        print("REMOVED (request id " + request_id + ")")
 | 
					                        print("REMOVED (request id " + request_id + ")")
 | 
				
			||||||
                    else:
 | 
					                    else:
 | 
				
			||||||
                        print("ERROR")
 | 
					                        print("ERROR")
 | 
				
			||||||
 | 
					                    sleep(0.3) # try not to over-run LB api throughput
 | 
				
			||||||
                else:
 | 
					                else:
 | 
				
			||||||
                    print("DRYRUN,no deletion took place")
 | 
					                    print("DRYRUN,no deletion took place")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user