2.2.1
Fixed
- Reduce number of workers and add backoff on 429 and non-HTTP (network, ...) errors
Changed
- Changed default
--redis-urlbehavior (#333)- It now uses the
REDIS_URLenvironment variable if set, falling back toredis://localhost:6379. - Docker image sets
REDIS_URLtounix:///var/run/redis.sockby default.
- It now uses the