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

Retry feature on backend errors #1273

Closed
gsouf opened this issue Sep 4, 2018 · 2 comments
Closed

Retry feature on backend errors #1273

gsouf opened this issue Sep 4, 2018 · 2 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@gsouf
Copy link

gsouf commented Sep 4, 2018

Hi,

Today we are having a lot of "backend errors" from cloud storage, apparently it's an issue when uploading some data. Retrying the exact same operation worked.

I found this topic for the java library saying that they can implement a retry feature to overcome this issue:

googleapis/google-cloud-java#3586

Is it possible to implement it in the php library as well?

Thanks

@jdpedrie jdpedrie added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: storage Issues related to the Cloud Storage API. labels Sep 4, 2018
@dwsupplee
Copy link
Contributor

Thanks for the issue @gsouf, we'll keep an eye on the outcome from the discussion on the java side and follow suite if applicable :).

@dwsupplee
Copy link
Contributor

Judging by the response on the java issue, this appears to be something we have agreed to not tackle on the client side - so I'll close this out for now. Thanks again for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants