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
877 stars
59 watching
117 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,447 |
gleicon/restmq | A REST-based message queue with Redis support | 556 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 439 |
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,423 |
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 349 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
koed00/django-q | A task queue system for Django applications | 1,832 |
rdegges/simpleq | A simple, scalable queueing system based on Amazon SQS, designed to be fast, stable, and cost-effective. | 165 |
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,758 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 217 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
django-q2/django-q2 | Django task queue system with multiprocessing and distributed capabilities | 384 |