Contents

django-rq 3.2.2

0

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

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

Stars: 1936, Watchers: 1936, Forks: 295, Open Issues: 113

The rq/django-rq repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1936 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
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/django-rq/
GitHub Repo:
https://github.com/rq/django-rq

Classifiers

  • Internet
  • Internet/WWW/HTTP
  • Scientific/Engineering
  • Software Development/Libraries/Python Modules
  • System/Distributed Computing
  • System/Monitoring
  • System/Systems Administration
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 113 open issues on GitHub

  • Job decorator uses 'default' queue TTL when queue is rq.Queue type rather than specified queue TTL
  • django_rq.urls must always be imported
  • something is wrong with release 3.2.2 (code mismatch)
  • Scheduler PID is "inactive"?

See more issues on GitHub

Related Packages & Articles

django-reversion 6.1.0

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