Skip to content

Commit 72857ef

Browse files
committed
Increase delay to avoid throttle.
1 parent 0140d87 commit 72857ef

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/util/clean/lambda_layer_cleanup

1 file changed

+1
-1
lines changed

.github/workflows/util/clean/lambda_layer_cleanup/cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def delete_old_api_gateways(hours_old=3):
2424

2525
client.delete_rest_api(restApiId=api_id)
2626
print("Deleted successfully. Sleeping for 32 seconds...")
27-
time.sleep(32)
27+
time.sleep(60)
2828
else:
2929
print("Invalid or missing createdDate for API:", api)
3030

0 commit comments

Comments
 (0)