cyberbudy
cyberbudy
I'm running 3 darq instances with 5 to 10 thousands small tasks per day(io bound communication). I have 3 tasks. This is my darq setup ``` darq = darq.Darq( redis_settings=darq.RedisSettings(...
I see, aioredis released a new 2.0 version with some backwards incompatible api. Are there any plans of upgrading to a new version?
https://github.com/samuelcolvin/arq/pull/258 Newest version of arq supports aioredis 2.0, by using redis-py :)
Glad to hear that. It's great to have such project. In about a year of using darq I encountered this situation twice. Thanks for advice I'll try to check it...
Any updates on a project?
Actually, it's a part of a token. You can check `jwt_decode_handler` method where token is decoded by `jwt` library. Also that library performs multiple checks, such as checking expiry time.