ekristen / aws-nuke

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

Need to support --max-wait-retries option #120

Closed YuriGal closed 4 months ago

YuriGal commented 4 months ago

Could you please add --max-wait-retries option that the original nuke had? it tells it how many times it can retry for waiting resources. e.g.

aws-nuke nuke --config nuke-config.yml  --max-wait-retries 10 

will retries 10 times and if not done by then - exits with status 255 and message "Error: Max wait retries of 10 exceeded"

ekristen commented 4 months ago

:tada: This issue has been resolved in version 3.0.0-beta.36 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 1 month ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: