cfn-compose icon indicating copy to clipboard operation
cfn-compose copied to clipboard

Introduce Configurable Retry Mechanism

Open rbalman opened this issue 1 year ago • 0 comments

Summary If we deploy massive amount of the CloudFormation stacks concurrently then we might encounter rate throttle limits like below: image

Acceptance Criteria: In the scope of this issue we would like to see:

  • What is the breaking point where rate throttle issue starts to appear
  • Then see if we can tweak AWS SDK configuration or make changes on our side to introduce retry mechanism
  • The retry mechanism should be able to configurable through the configuration file

rbalman avatar Dec 19 '22 04:12 rbalman