Skip to content

v0.3.2

Latest

Choose a tag to compare

@stefanoverna stefanoverna released this 04 Sep 09:07

Patch Changes

  • f0d3603: Add jitter to the rate-limit retry

    Many concurrent requests hitting a 429 at once (e.g. a static build rendering
    pages in parallel) used to all retry on the exact same tick, immediately
    re-triggering the same rate limit. Retries are now spread out with a random
    extra wait on top of the required one.