Skip to content

Retry throttling errors in CloudFormation waiters #3135

Open
@mullermp

Description

@mullermp

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"
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    p2This is a standard priority issueservice-apiGeneral API label for AWS Services.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions