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
It seems currently the HTTPAPI may retry after waiting a while on some network and client errors, but raises MLimitExceeded errors.
I would like to have the API wait for the retry_after_ms time specified in the response, and fall back to the backoff/retry_count method if it is missing.
The text was updated successfully, but these errors were encountered:
It seems currently the
HTTPAPI
may retry after waiting a while on some network and client errors, butraise
sMLimitExceeded
errors.I would like to have the API wait for the
retry_after_ms
time specified in the response, and fall back to thebackoff
/retry_count
method if it is missing.The text was updated successfully, but these errors were encountered: