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

Timestream throttling crashing #1257

Open
GrahamCampbell opened this issue Jun 2, 2022 · 2 comments
Open

Timestream throttling crashing #1257

GrahamCampbell opened this issue Jun 2, 2022 · 2 comments

Comments

@GrahamCampbell
Copy link
Contributor

It looks like AWS don't always provide a response body in the event of throttling.

image

@jderusse
Copy link
Member

jderusse commented Jun 3, 2022

hmm.. that's super weird, because, the name of the class (ThrottlingException) is deduced after decoding the content of the body 🤔
See source code of the JsonRestAwsErrorFactory class

Do you have a reproducer or able to log the body of the response?

@GrahamCampbell
Copy link
Contributor Author

I have a feeling AWS are sending an empty body, but also an application/json content type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants