python icon indicating copy to clipboard operation
python copied to clipboard

Retry on `M_LIMIT_EXCEEDED`

Open Nils1729 opened this issue 1 year ago • 0 comments

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.

Nils1729 avatar Mar 05 '23 12:03 Nils1729