django-rq 2.10.2
0
An app that provides django integration for RQ (Redis Queue)
Contents
An app that provides django integration for RQ (Redis Queue)
Stars: 1825, Watchers: 1825, Forks: 286, Open Issues: 108The rq/django-rq
repo was created 12 years ago and the last code push was 15 hours ago.
The project is very popular with an impressive 1825 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
Related Packages
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 108 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