Skip to content

Releases: rq/django-rq

v4.1.1

Choose a tag to compare

@selwin selwin released this 04 Jul 15:12
  • Added support for webhooks argument when registering cron jobs. Thanks @selwin!
  • Fixed get_scheduler_pid() on rq >= 2.10. Thanks @terencehonles!
  • stats.json and rqstats --json/--yaml now expose safe Redis connection metadata instead of raw redis-py connection kwargs. Secret values and redis-py internals are omitted. Thanks @selwin!

v4.1

Choose a tag to compare

@selwin selwin released this 05 Apr 10:33
  • Job detail page now shows execution results. Thanks @selwin!
  • Fixed RQ worker-pool command for projects using Postgres with SSL connections. Thanks @selwin!

v4.0.1

Choose a tag to compare

@selwin selwin released this 17 Mar 07:45
  • Job detail page now shows a job's dependent jobs. Thanks @selwin!
  • Added a missing migration that causes Django's makemigrations to complain. Thanks @bjorndbuilder!

v4

v4

Choose a tag to compare

@selwin selwin released this 14 Mar 10:34
  • django-rq now automatically integrates with Django's admin backend without manual URL configuration. Thanks @selwin and @terencehonles!
  • Added new COMMIT_MODE setting to replace AUTOCOMMIT. More info in docs. Thanks @selwin!
  • Cron scheduler detail page now shows jobs configured in that particular scheduler. Thanks @selwin!
  • Removed legacy Sentry integration. Thanks @selwin!

v3.2.2

Choose a tag to compare

@selwin selwin released this 24 Dec 01:41
  • get_statistics() should not mutate connection_kwargs. Thanks @selwin!

v3.2.1

Choose a tag to compare

@selwin selwin released this 24 Nov 12:13
  • Changed CronJob argument from timeout to job_timeout to match RQ's implementation. Thanks @selwin!

v3.2

Choose a tag to compare

@selwin selwin released this 22 Nov 10:08
  • Added support for RQ's new CronScheduler. Thanks @selwin!
  • You can now run tests using pytest. Thanks @selwin!
  • Refactored the codebase to follow modern Django and Python best practices. Thanks @selwin!

v3.1

Choose a tag to compare

@selwin selwin released this 02 Aug 03:19
  • Added /metrics endpoint to expose RQ metrics in Prometheus format. Thanks @terencehonles!
  • Added token based authentication for the /metrics and /stats.json endpoints. Thanks @RasmusThing!
  • Migrated Django-RQ to use Python's modern packaging standard. Thanks @terencehonles!
  • Fixed an issue with setting result_ttl via job decorators. Thanks @Sir-heed!
  • Various admin page improvements. Thanks @selwin and @DhavalGojiya!

v3.0.1

Choose a tag to compare

@selwin selwin released this 28 Apr 07:20
  • Temporarily disable object-tools block 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 HOST is specified in Redis config. Thanks @spapas!

v2.10.3

Choose a tag to compare

@selwin selwin released this 03 Nov 09:14

Use this version if you're not yet ready to migrate to RQ v2.

  • Depends on RQ < 2. Thanks @selwin!