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

Client should only retry on read only requests #6

Closed
ionos-cloud-paas-bot opened this issue May 27, 2021 · 4 comments
Closed

Client should only retry on read only requests #6

ionos-cloud-paas-bot opened this issue May 27, 2021 · 4 comments

Comments

@ionos-cloud-paas-bot
Copy link

We observed issues when POST requests where duplicated in the cloud backend because the gateway responses timed out and the client immediately retried. Therefore consumers should handle server errors for writing requests.

case http.StatusTooManyRequests:

@Ntr0
Copy link

Ntr0 commented May 27, 2021

That was me, using the bot account m(

@avorima
Copy link

avorima commented Jul 7, 2023

POST request are no longer duplicated on server errors

@avorima avorima closed this as completed Jul 7, 2023
@avorima
Copy link

avorima commented Jul 7, 2023

Sorry, I was looking at the master branch of the sdk-resources. It's not yet released

@avorima avorima reopened this Jul 7, 2023
@avorima
Copy link

avorima commented Jul 13, 2023

Ok, now it's fixed

@avorima avorima closed this as completed Jul 13, 2023
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

3 participants