aws / aws/aws-sdk-ruby

Retry throttling errors in CloudFormation waiters

Open
#3,135 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.