django-q
Task queue
A task queue system for Django applications
A multiprocessing distributed task queue for Django
2k stars
51 watching
293 forks
Language: Python
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
django-q2/django-q2 | Django task queue system with multiprocessing and distributed capabilities | 398 |
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 351 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
rajasimon/beatserver | Periodic task scheduler for Django channels | 141 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 881 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 197 |
paul-wolf/djaq | A query language and API that provides an alternative to Django's ORM | 77 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,721 |
django-parler/django-parler | Provides automatic model translations with easy admin integration and fallbacks. | 696 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
realorangeone/django-tasks | Provides background worker and task management for Django applications | 385 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |