Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Release 2.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 14:42
96fb663

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.