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

Workflow failure: main #329

Closed
pulumi-bot opened this issue Jan 12, 2025 · 3 comments
Closed

Workflow failure: main #329

pulumi-bot opened this issue Jan 12, 2025 · 3 comments
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/no-repro This issue wasn't able to be reproduced

Comments

@pulumi-bot
Copy link
Contributor

pulumi-bot commented Jan 12, 2025

Workflow Failure

main has failed. See the list of failures below:

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Jan 12, 2025
@flostadler
Copy link
Contributor

  aws-native:apigateway:RestApi (Endpoint):
    error: operation DELETE failed with "Throttling": Too Many Requests (Service: ApiGateway, Status Code: 429, Request ID: 2d40c0d1-c6b5-48db-aa71-fac50776c125)

Throttling errors. This is odd, the provider should retry those automatically and I cannot really believe we're hitting any of the API GW request quotas here. CDK only has very few of those resources.
Retrying for now

@flostadler flostadler self-assigned this Jan 13, 2025
@flostadler flostadler added resolution/no-repro This issue wasn't able to be reproduced and removed needs-triage Needs attention from the triage team labels Jan 13, 2025
@flostadler
Copy link
Contributor

Retries worked, could've been some side effect from other tests running at the same time. Will keep an eye on this

@flostadler
Copy link
Contributor

API gateway has a delete quota of 0.03 RPS for deleting APIs. Tracking ticket: pulumi/pulumi-aws-native#1959

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/no-repro This issue wasn't able to be reproduced
Projects
None yet
Development

No branches or pull requests

2 participants