arq
arq copied to clipboard
`v0.26` release
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.
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
One month already passed :)
is there still intention to release the v0.26.0 ?
Hi, the arq release
v0.26.0b1locks 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.2at least
+1 to this and another reason for this: https://github.com/samuelcolvin/arq/issues/458