Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry throttling errors in CloudFormation waiters #3135

Open
mullermp opened this issue Mar 29, 2024 · 4 comments
Open

Retry throttling errors in CloudFormation waiters #3135

mullermp opened this issue Mar 29, 2024 · 4 comments
Assignees
Labels
service-api General API label for AWS Services.

Comments

@mullermp
Copy link
Contributor

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"
        }
@ashishdhingra
Copy link
Contributor

P126232850

@ashishdhingra
Copy link
Contributor

Opened ticket with service team.

@ashishdhingra ashishdhingra added the service-api General API label for AWS Services. label Apr 15, 2024
@ashishdhingra ashishdhingra self-assigned this Apr 15, 2024
@ashishdhingra
Copy link
Contributor

Followed up with service team on internal ticket, awaiting response.

1 similar comment
@ashishdhingra
Copy link
Contributor

Followed up with service team on internal ticket, awaiting response.

@RanVaknin RanVaknin transferred this issue from aws/aws-sdk Oct 30, 2024
@RanVaknin RanVaknin assigned RanVaknin and unassigned ashishdhingra Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-api General API label for AWS Services.
Projects
None yet
Development

No branches or pull requests

3 participants