Django-rq

Latest version: v2.10.2

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.3.1

- Run `rqworker` with `--sentry_dsn=""` to disable Sentry integration. Thanks Bolayniuss!
- Support for `SSL` Redis kwarg. Thanks ajknv!
- `rqworker`and `rqscheduler` management commands now uses RQ's built in `setup_loghandlers` function. Thanks Paulius-Maruska!
- Remove the use of deprecated `admin_static` template tag. Thanks lorenzomorandini!

1.3.0

- Added support `redis-py` >= 3 and `RQ` >= 0.13. Thanks selwin!
- Use `Worker.count(queue=queue)` to speed up the process of getting the number of active workers. Thanks selwin!
- Added an option to requeue job from the admin interface. Thanks seiryuz!
- Improve Sentinel support. Thanks pnuckowski!

1.2.0

- Supports Python 3.7 by renaming `async` to `is_async`. Thanks Flimm!
- `UnpickleError` is now handled properly. Thanks selwin!
- Redis Sentinel support. Thanks SpeedyCoder!

1.1.0

- Fixed some admin related bugs. Thanks seiryuz!
- More Django 2.0 compatibility fixes. Thanks selwin and koddr!
- Custom `Job` and `Worker` classes are now supported. Thanks skirsdeda!
- `SENTRY_DSN` value in `settings.py` will now be used by default. Thanks inetss!

1.0.1

- Django 2.0 compatibility fixes.
- Minor bug fixes

1.0.0

- You can now view worker information
- Detailed worker statistics such as failed/completed job count are
now shown (requires RQ >= 0.9.0). Thanks seiryuz!
- `rqstats` management command now allows you to monitor queue stats
via CLI. Thanks seiryuz!
- Added `/stats.json` endpoint to fetch RQ stats in JSON format,
useful for monitoring purposes. Thanks seiryuz!
- Fixed a crash when displaying deferring jobs. Thanks Hovercross!
- Added `sentry-dsn` cli option to `rqworker` management command.
Thanks efi-mk!
- Improved performance when requeueing all jobs. Thanks
therefromhere!

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.