aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
68 stars 12 forks source link

Retry throttling errors in CloudFormation waiters #714

Open mullermp opened 3 months ago

mullermp commented 3 months ago

x-post from https://github.com/aws/aws-sdk-ruby/pull/3001/files

All CloudFormation waiters should have the following acceptor to handle throttling errors:

        {
          "matcher": "error",
          "expected": "Throttling",
          "state": "retry"
        }
ashishdhingra commented 2 months ago

P126232850

ashishdhingra commented 2 months ago

Opened ticket with service team.