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.
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.