Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(waiter): Increase timeout to 2hr and wait in parallel #231

Merged
merged 1 commit into from Apr 20, 2023
Merged

Conversation

mdial89f
Copy link
Contributor

Purpose

This changeset increases the waiter timeout to a max of 2hr (default custom resource timeout) and waits for stack deletion in parallel.

Linked Issues to Close

Closes #218

Approach

The timeout passed to cloudformation is now 7200s (2hr). We put the calls to wait in an array and wait in parallel with Promise.all()

Learning

None

Assorted Notes/Considerations

None

@mdial89f mdial89f self-assigned this Apr 20, 2023
@mdial89f mdial89f changed the title feat(waiter): Increase timeout to 2hr and wait in parallel fix(waiter): Increase timeout to 2hr and wait in parallel Apr 20, 2023
@mdial89f mdial89f merged commit ca228db into main Apr 20, 2023
5 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 20, 2023
## [2.1.1](v2.1.0...v2.1.1) (2023-04-20)

### Bug Fixes

* **waiter:**  Increase timeout to 2hr and wait in parallel ([#231](#231)) ([ca228db](ca228db))
@github-actions
Copy link

🎉 This PR is included in version 2.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Stack(s) that take a long time to destroy cause an unexpected and inaccurate package failure
1 participant