mrq
Task queue
A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance.
Mr. Queue - A distributed worker task queue in Python using Redis & gevent
881 stars
59 watching
116 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
gleicon/restmq | A REST-based message queue with Redis support | 557 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 351 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
koed00/django-q | A task queue system for Django applications | 1,841 |
rdegges/simpleq | A simple SQS-based queueing system designed to handle large-scale message batching and minimal configuration. | 164 |
igr/jrsmq | A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,765 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 216 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 139 |
django-q2/django-q2 | Django task queue system with multiprocessing and distributed capabilities | 398 |