Contents

django-q 1.3.9

0

A multiprocessing distributed task queue for Django

A multiprocessing distributed task queue for Django

Stars: 1793, Watchers: 1793, Forks: 271, Open Issues: 331

The Koed00/django-q repo was created 8 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1793 github stars!

How to Install django-q

You can install django-q using pip

pip install django-q

or add it to a project with poetry

poetry add django-q

Package Details

Author
Ilan Steemers
License
MIT
Homepage
https://django-q.readthedocs.org
PyPi:
https://pypi.org/project/django-q/
Documentation:
https://django-q.readthedocs.org
GitHub Repo:
https://github.com/Koed00/django-q

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries/Python Modules
  • System/Distributed Computing
No  django-q  pypi packages just yet.

Errors

A list of common django-q errors.

Code Examples

Here are some django-q code examples and snippets.

GitHub Issues

The django-q package has 331 open issues on GitHub

  • Admin tweaks
  • Django 5 deprecation warning
  • tests/test_brokers.py: monleypatch can fail depending on CWD when calling pytest
  • Task hook doesn't get called when save_limit is set to -1
  • Fix missing comma in one of examples in docs
  • Deleting a schedule before it triggers.
  • pyproject.toml: move build-system bits where they belong
  • Do not run expensive query in save_task if SAVE_LIMIT is 0
  • Django-q with django-configurations fails
  • Define [build-system] in pyproject.toml
  • Schedule coroutines ?
  • post-upgrade - no such column: django_q_schedule
  • Django-q remembers old mistakes
  • doc: add log info add function being called
  • Docker on digital ocean app platform

See more issues on GitHub

Related Packages & Articles