Skip to content

2.2.1

Choose a tag to compare

@benoit74 benoit74 released this 26 Jun 07:53
· 74 commits to main since this release
10af887

Fixed

  • Reduce number of workers and add backoff on 429 and non-HTTP (network, ...) errors

Changed

  • Changed default --redis-url behavior (#333)
    • It now uses the REDIS_URL environment variable if set, falling back to redis://localhost:6379.
    • Docker image sets REDIS_URL to unix:///var/run/redis.sock by default.