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
HTTPAPImay retry after waiting a while on some network and client errors, butraisesMLimitExceedederrors.I would like to have the API wait for the
retry_after_mstime specified in the response, and fall back to thebackoff/retry_countmethod if it is missing.