We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bacb07 commit 7a911f3Copy full SHA for 7a911f3
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+v0.26.3 (2025-01-06)
7
+....................
8
+
9
+* Fix negative expires_ms and avoid worker freezing while using cron by @Matvey-Kuk in #479
10
+* Fix race condition on task retry by @RB387 in #487
11
12
13
v0.26.1 (2023-08-29)
14
....................
15
arq/version.py
@@ -1,2 +1,2 @@
1
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2
-VERSION = '0.26.1'
+VERSION = '0.26.3'
0 commit comments