Releases: rq/django-rq
Releases · rq/django-rq
v3.1
- Added
/metricsendpoint to expose RQ metrics in Prometheus format. Thanks @terencehonles! - Added token based authentication for the
/metricsand/stats.jsonendpoints. Thanks @RasmusThing! - Migrated Django-RQ to use Python's modern packaging standard. Thanks @terencehonles!
- Fixed an issue with setting
result_ttlvia job decorators. Thanks @Sir-heed! - Various admin page improvements. Thanks @selwin and @DhavalGojiya!
v3.0.1
- Temporarily disable
object-toolsblock from job detail view. Thanks @terencehonles! - Fixed a typo in
setup.py. Thanks @terencehonles! - Added support for RQ >= 2.2. Thanks @terencehonles!
- Properly handle cases where no
HOSTis specified in Redis config. Thanks @spapas!
v2.10.3
v3.0
- Added support for RQ 2.0. Thanks @selwin!
- Many typing improvements. Thanks @SpecLad and @terencehonles!
- Added management command to suspend and resume workers. Thanks @jackkinsella!
- Better support for Redis Sentinel. Thanks @alaouimehdi1995!
v2.10.1
- Added
rqworker-poolmanagement command. Thanks @chromium7! - Compatibility with Django 5.0. Thanks @perry!
- The scheduler now defaults to db 0. Thanks @bennylope!
v2.9.0
- Added an option to delete all failed jobs. Thanks @chromium7!
- You can now specify
SERIALIZERoption while declaring queues insettings.pyThanks @sophcass! - Updated templates to match newer versions of Django admin's styling. Thanks @nikhilweee!
- Don't show
Empty Queuebutton on registry pages. Thanks @selwin!
v2.8.1
- Added a button to stop currently running jobs. Thanks @gabriels1234!
- Added a failed jobs column to rqstats command. Thanks @dangquangdon!
- Explicitly requires RQ >= 1.14 in
setup.py. Thanks @selwin!
v2.8.0
- Support for RQ 1.14. Thanks @Cerebro92 and @selwin!
- Show scheduler PID information in admin interface. Thanks @gabriels1234!
- Added
serializerargument torqworkercommand. Thanks @gabriels1234! - Added
USERNAMEandSENTINEL_KWARGSsupport. Thanks @joachimBurket!
v2.7.0
v2.6.0
- Added
--max-jobsargument torqworkermanagement command. Thanks @arpit-goel! - Remove job from
ScheduledJobRegistryif a scheduled job is enqueued from admin. Thanks @robertaistleitner! - Minor code cleanup. Thanks @reybog90!