-
Notifications
You must be signed in to change notification settings - Fork 604
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
storage- when return status 503 (backend error) auto retry. #701
Comments
We have a universal response handler we use on all of our requests that do this using exponential backoff, but it's possible we have some places that don't use it. Where did you notice it happening? |
it's error in worker so i don't know exactly where is it, but it's or in upload image (file.createWriteStream) or in getFiles or in get file (file.createReadStream). thanks |
Ok thanks for reporting. I'll check into it tomorrow. On Sunday, July 5, 2015, leibale eidelman notifications@github.com wrote:
|
@stephenplusplus i will try it tomorrow. thanks. |
@stephenplusplus i can't try it- i need the maxInProgress option (i am using my fork) |
* fix: fix breaking changes in Compute API (#701) Source-Link: googleapis/googleapis@272c110 Source-Link: googleapis/googleapis-gen@4c674ff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGM2NzRmZjZmZGIyYmE1OGVmY2M0ZTc5Y2RkODIyNGI2ZTA0ZGE5NCJ9 Merge branch 'owl-bot-copy' of https://github.com/googleapis/nodejs-compute into owl-bot-copy 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md feat: update compute API to revision 20220112 (#700) Source-Link: googleapis/googleapis@249e9a1 Source-Link: googleapis/googleapis-gen@1f2c41b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWYyYzQxYmJmZTA5NzYxNmNlYjFlOWZiNjc4NzJhNmJiMWRjNTlkNCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
add option in storage (by parameter) to auto retry when google return status 503.
The text was updated successfully, but these errors were encountered: