arq icon indicating copy to clipboard operation
arq copied to clipboard

`v0.26` release

Open samuelcolvin opened this issue 1 year ago • 3 comments

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.

samuelcolvin avatar Apr 01 '24 18:04 samuelcolvin

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

armicron avatar Apr 22 '24 12:04 armicron

One month already passed :)

is there still intention to release the v0.26.0 ?

ildar-ybot avatar May 01 '24 21:05 ildar-ybot

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

epicwhale avatar May 19 '24 14:05 epicwhale