You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@
5
5
*`Worker.handle_job_success()` now requires an `execution` argument, a breaking change for subclasses that override or call this method. Thanks @selwin!
6
6
* RQ now disables propagation on loggers it configures itself to prevent double logging when applications configure logging afterwards. Thanks @selwin!
7
7
8
+
### RQ 2.12.0 (2026-08-30)
9
+
* Added `CronJobRegistry` so cron job histories can be monitored without an active `CronScheduler`. Thanks @selwin!
10
+
*`CronScheduler.heartbeat()` now re-creates its Redis hash if they expire. Thanks @selwin!
11
+
8
12
### RQ 2.11.0 (2026-08-17)
9
13
*`CronJob` now keeps a history of jobs it created, accessible via `cron_job.get_job_ids()`. Thanks @selwin!
10
14
*`RQScheduler` now acquire and refresh locks before enqueueing. Thanks @selwin!
0 commit comments