Skip to content

Releases: rq/django-rq

v2.10.1

18 Dec 10:33
Compare
Choose a tag to compare
  • Added rqworker-pool management command. Thanks @chromium7!
  • Compatibility with Django 5.0. Thanks @perry!
  • The scheduler now defaults to db 0. Thanks @bennylope!

v2.9.0

26 Nov 11:47
Compare
Choose a tag to compare
  • Added an option to delete all failed jobs. Thanks @chromium7!
  • You can now specify SERIALIZER option while declaring queues in settings.py Thanks @sophcass!
  • Updated templates to match newer versions of Django admin's styling. Thanks @nikhilweee!
  • Don't show Empty Queue button on registry pages. Thanks @selwin!

v2.8.1

14 May 01:33
Compare
Choose a tag to compare
  • 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

14 May 01:33
Compare
Choose a tag to compare

v2.7.0

07 Feb 11:19
Compare
Choose a tag to compare
  • Able to show multiple execution results for each job (requires RQ v1.12). Thanks @selwin!
  • Various admin interface improvements. Thanks @selwin!

v2.6.0

05 Nov 02:02
Compare
Choose a tag to compare
  • Added --max-jobs argument to rqworker management command. Thanks @arpit-goel!
  • Remove job from ScheduledJobRegistry if a scheduled job is enqueued from admin. Thanks @robertaistleitner!
  • Minor code cleanup. Thanks @reybog90!

v2.5.1

22 Nov 00:40
Compare
Choose a tag to compare
  • Redis.from_url does not accept ssl_cert_reqs argument for non SSL Redis URL. Thanks @barash-asenov!

v2.5.0

17 Nov 01:20
Compare
Choose a tag to compare
  • Better integration with Django admin, along with a new Access admin page permission that you can selectively grant to users. Thanks @haakenlid!
  • Worker count is now updated everytime you view workers for that specific queue. Thanks @cgl!
  • Add the capability to pass arbitrary Redis client kwargs. Thanks @juanjgarcia!
  • Always escape text when rendering job arguments. Thanks @rhenanbartels!
  • Add @never_cache decorator to all Django-RQ views. Thanks @Cybernisk!
  • SSL_CERT_REQS argument should also be passed to Redis client even when Redis URL is used. Thanks @paltman!

v2.4.0

08 Nov 03:40
Compare
Choose a tag to compare

v2.3.2

14 May 14:22
Compare
Choose a tag to compare

Support for RQ >= 1.4.0