django-rq
job queue
Provides Django integration with Redis-based queuing for background jobs
A simple app that provides django integration for RQ (Redis Queue)
2k stars
27 watching
286 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
background-jobsdjangojob-queuepythonredisrqtask-queue
Related projects:
Repository | Description | Stars |
---|---|---|
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
django-q2/django-q2 | Django task queue system with multiprocessing and distributed capabilities | 398 |
koed00/django-q | A task queue system for Django applications | 1,841 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 216 |
ryansb/disq | A Python client library for interacting with the Disque distributed job queue system | 52 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
realorangeone/django-tasks | Provides background worker and task management for Django applications | 390 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
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 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 236 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
rails/solid_queue | A database-backed Active Job queuing backend with support for various features and integration with Ruby on Rails | 1,986 |
jrief/django-websocket-redis | Enables real-time communication between Django applications and web browsers using Redis as the message queue | 896 |
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 351 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 505 |