Contents

django-rq 2.10.2

0

An app that provides django integration for RQ (Redis Queue)

An app that provides django integration for RQ (Redis Queue)

Stars: 1758, Watchers: 1758, Forks: 280, Open Issues: 105

The rq/django-rq repo was created 11 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 1758 github stars!

How to Install django-rq

You can install django-rq using pip

pip install django-rq

or add it to a project with poetry

poetry add django-rq

Package Details

Author
Selwin Ong
License
MIT
Homepage
https://github.com/rq/django-rq
PyPi:
https://pypi.org/project/django-rq/
GitHub Repo:
https://github.com/rq/django-rq

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries/Python Modules
No  django-rq  pypi packages just yet.

Errors

A list of common django-rq errors.

Code Examples

Here are some django-rq code examples and snippets.

GitHub Issues

The django-rq package has 105 open issues on GitHub

  • Remove usage of deprecated LooseVersion
  • LooseVersion is deprecated
  • Suggestions on how we can improve django-rq and add support for Django 4
  • Pressing "Empty Queue" on FailedJobRegistry does not empty the registry
  • Empty the queue from GUI not working
  • how to setup custom exception handler?
  • Option to update job timeout according to settings
  • Can't run jobs on mac os catalina: process has forked and you cannot use this CoreFoundation functionality safely
  • Custom exception handler not called

See more issues on GitHub

Related Packages & Articles

django-reversion 5.0.12

An extension to the Django web framework that provides version control for model instances.