aws-sdk-ruby
aws-sdk-ruby copied to clipboard
Retry throttling errors in CloudFormation waiters
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"
}
P126232850
Opened ticket with service team.
Followed up with service team on internal ticket, awaiting response.
Followed up with service team on internal ticket, awaiting response.