Django Rq Versions Save

A simple app that provides django integration for RQ (Redis Queue)

v2.10.1

5 months ago
  • 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

5 months ago
  • 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

1 year ago
  • 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

1 year ago
  • Support for RQ 1.14. Thanks @Cerebro92 and @selwin!
  • Show scheduler PID information in admin interface. Thanks @gabriels1234!
  • Added serializer argument to rqworker command. Thanks @gabriels1234!
  • Added USERNAME and SENTINEL_KWARGS support. Thanks @joachimBurket!

v2.7.0

1 year ago
  • Able to show multiple execution results for each job (requires RQ v1.12). Thanks @selwin!
  • Various admin interface improvements. Thanks @selwin!

v2.6.0

1 year ago
  • 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

2 years ago
  • Redis.from_url does not accept ssl_cert_reqs argument for non SSL Redis URL. Thanks @barash-asenov!

v2.5.0

2 years ago
  • 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

3 years ago
  • Various admin interface improvements. Thanks @selwin and @atten!
  • Improved Sentry integration. Thanks @hugorodgerbrown and @kichawa!

v2.3.2

4 years ago

Support for RQ >= 1.4.0