Skip to content

Commit

Permalink
Merge pull request #33 from jamesflores/jamesflores-patch-1
Browse files Browse the repository at this point in the history
replace django-q with django-q2
  • Loading branch information
shahraizali authored Sep 8, 2024
2 parents b46e139 + 71a4e49 commit 94ab375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ phone numbers.
*Packages that make working with task/background queues easier.*

* [django-celery](http://celery.github.io/django-celery/) - Celery Integration for Django. (no longer required for Celery 3.1 and up)
* [django-q](https://github.com/Koed00/django-q) - A native multiprocessing task queue for Django.
* [django-q2](https://github.com/django-q2/django-q2) A multiprocessing distributed task queue for Django based on Django-Q.
* [django-rq](https://github.com/rq/django-rq) - The easiest way to monitor and use [RQ](http://python-rq.org) in your Django projects.
* [huey](https://github.com/coleifer/huey/) - A little multi-threaded task queue for python.

Expand Down

0 comments on commit 94ab375

Please sign in to comment.