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

Throttling exceptions trying to provision GameLift Resources #1780

Open
automagic opened this issue Oct 21, 2024 · 2 comments
Open

Throttling exceptions trying to provision GameLift Resources #1780

automagic opened this issue Oct 21, 2024 · 2 comments
Labels
awaiting-feedback Blocked on input from the author customer/feedback Feedback from customers kind/bug Some behavior is incorrect or out of spec needs-repro Needs repro steps before it can be triaged or fixed

Comments

@automagic
Copy link

What happened?

When creating GameLift resources, the provider receives throttling errors from the CloudControl API, but does not appear to handle these gracefully (backoff, etc), and fails to create resources.

Additionally the Pulumi output says "HandlerErrorCode: GeneralServiceException" as opposed to the AWS common error "ThrottlingException" when receiving these exceptions, making them hard to

Example

n/a

Output of pulumi about

latest

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@automagic automagic added customer/feedback Feedback from customers kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Oct 21, 2024
@automagic
Copy link
Author

May be similar to #1200

@flostadler
Copy link
Contributor

Thanks for raising this @automagic!

What's the indication for this being caused by throttling? HandlerErrorCode: GeneralServiceException is returned by AWS CloudControl if the service returns an error that cannot be mapped to any known error (ThrottlingException is one of those).

Does this happen for all GameLift resources or just specific ones?
Could you please provide a repro we can use to get to the bottom of this issue, thanks!

@flostadler flostadler added needs-repro Needs repro steps before it can be triaged or fixed and removed needs-triage Needs attention from the triage team labels Oct 22, 2024
@t0yv0 t0yv0 added the awaiting-feedback Blocked on input from the author label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-feedback Blocked on input from the author customer/feedback Feedback from customers kind/bug Some behavior is incorrect or out of spec needs-repro Needs repro steps before it can be triaged or fixed
Projects
None yet
Development

No branches or pull requests

3 participants