ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
65 stars 8 forks source link

fix: quick fix for default run sleep #68

Closed ekristen closed 7 months ago

ekristen commented 7 months ago

Been fixed in the upstream libnuke lib but need to upgrade to that, for now this is quick fix to get a default run loop sleep back in place. It was instance, now after looping through resources it'll sleep for 5 before looping again. This matters less with dozens or hundreds of resources but if you are deleting a singular resource type, this can cause a lot of extra calls to the AWS APIs for no reason.

ekristen commented 7 months ago

:tada: This PR is included in version 3.0.0-beta.11 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 3 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: