-
Notifications
You must be signed in to change notification settings - Fork 5
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
TestApiGateway can flake due to rate limits #277
Labels
kind/engineering
Work that is not visible to an external user
Comments
I'm a bit surprised that this causes throttling exceptions. We should double check the AWS SDK client configuration in |
Looks like ApiGateway has a pretty low limit for delete requests
|
Merged
corymhall
added a commit
that referenced
this issue
Feb 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
We might either throttle ourselves or consider ignoring delete errors (assuming our CI cleanup script will clean up these resources).
Example
https://github.com/pulumi/pulumi-cdk/actions/runs/12140641360/job/33850878721?pr=276
Output of
pulumi about
n/a
Additional context
No response
Contributing
No response
The text was updated successfully, but these errors were encountered: