This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Release 2.0.5
Fixed
- Fixed retry logic after encountering 429 rate limit errors. Previously, the
x-ratelimit-retryafter
header was not properly respected because the header
returned an epoch time in seconds, and we compared this to the current epoch
time in milliseconds.