samuelcolvin / arq

Fast job queuing and RPC in python with asyncio and redis.
https://arq-docs.helpmanual.io/
MIT License
1.98k stars 165 forks source link

`v0.26` release #441

Open samuelcolvin opened 2 months ago

samuelcolvin commented 2 months ago

v0.26.0b1 is released. Please try it!

I'll release v0.26 at the end of the week unless we find any significant bugs.

armicron commented 1 month ago

Hi, the arq release v0.26.0b1 locks the redis version to be below v5 (pyproject.toml). As a result it renders useless the new arq feature "Extend RedisSettings to include redis Retry Helper settings", since older redis clients have bugs, for example "Retrying not working when executing Redis Pipeline for retry_on_error exceptions".

It would be great to reconcile the version constraint and install redis v5.0.2 at least

ildar-ybot commented 1 month ago

One month already passed :)

is there still intention to release the v0.26.0 ?

epicwhale commented 1 week ago

Hi, the arq release v0.26.0b1 locks the redis version to be below v5 (pyproject.toml). As a result it renders useless the new arq feature "Extend RedisSettings to include redis Retry Helper settings", since older redis clients have bugs, for example "Retrying not working when executing Redis Pipeline for retry_on_error exceptions".

It would be great to reconcile the version constraint and install redis v5.0.2 at least

+1 to this and another reason for this: https://github.com/samuelcolvin/arq/issues/458