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

Introduce backoff to handle AWS throttle and edge case during create. #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jess-belliveau
Copy link

Hit a few edge cases using this operator;

  • throttled by the AWS API caused the waitWhile func to exit
  • entered update stack loop while stack was still in CREATE_IN_PROGRESS step and unable to be modified
  • introduced backoff during wait for stack action on create and delete

Sorry, I haven't been able to test these changes on the current version as I'm stuck on an older release, but I wanted to contribute what I could.

@cuppett
Copy link
Contributor

cuppett commented Feb 25, 2021

I think this can now be handled by configuration in AWS SDK for Go v2

@cuppett
Copy link
Contributor

cuppett commented Mar 23, 2021

This may be resolved by #173

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

Successfully merging this pull request may close these issues.

2 participants