cloudformation-operator icon indicating copy to clipboard operation
cloudformation-operator copied to clipboard

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

Open jess-belliveau opened this issue 4 years ago • 2 comments

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.

jess-belliveau avatar Jul 27 '20 08:07 jess-belliveau

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

cuppett avatar Feb 25 '21 21:02 cuppett

This may be resolved by https://github.com/linki/cloudformation-operator/pull/173

cuppett avatar Mar 23 '21 01:03 cuppett