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
I attempted to overload the rate limiter and could not reproduce the bug, so this may not be a high priority right now. Removing from epic. Will prioritize it if people start to report problems around it.
alexbowe
changed the title
Backoff/retry when rate-limited
Backoff/retry/log when rate-limited
Mar 13, 2023
Rate Limiting
The default base rate is 240 requests per minute but the Highlight LIST and Book LIST endpoints are restricted to 20 per minute. You can check Retry-After header in the 429 response to get the amount of seconds to wait for.
Readwise's API rate-limits, which could make responses not have a "results" section as seen in #1.
We should backoff and try again (probably using Python's backoff lib)
The text was updated successfully, but these errors were encountered: