Retry throttling errors in CloudFormation waiters
Open
service-api
- Dominant language
- Ruby
- Stars
- 3.7k
- Forks
- 1.2k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 5
Description
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"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.