Skip to content

Retry throttling errors in CloudFormation waiters #3135

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    service-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