You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making requests to Google APIs, you can get some HTTP status codes or network errors that indicate the request should be retried. This project doesn't offer a simple way to implement this, leaving it up to the library user to roll their own each time. It would be a great benefit to users of the library if this was handled for them automatically
HTTP status 429, 500, or 503 should be retried auotmatically with exponential back-off.
The text was updated successfully, but these errors were encountered:
dobesv
changed the title
Should retry for some kinds of errors from the API
Should retry automatically for some kinds of errors from the API
Mar 25, 2024
When making requests to Google APIs, you can get some HTTP status codes or network errors that indicate the request should be retried. This project doesn't offer a simple way to implement this, leaving it up to the library user to roll their own each time. It would be a great benefit to users of the library if this was handled for them automatically
HTTP status 429, 500, or 503 should be retried auotmatically with exponential back-off.
See also:
The text was updated successfully, but these errors were encountered: