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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
There is a rationale behind the fact that OrTransientHttpError is not considering HTTP 429 as a transient error?
HTTP 429 (too many requests) is the correct error reply in case of throttling. I think it's a good case where we want to retry a request a little bit later (maybe with an exponential backoff).
The text was updated successfully, but these errors were encountered:
There is a rationale behind the fact that OrTransientHttpError is not considering HTTP 429 as a transient error?
HTTP 429 (too many requests) is the correct error reply in case of throttling. I think it's a good case where we want to retry a request a little bit later (maybe with an exponential backoff).
The text was updated successfully, but these errors were encountered: