rq
Job scheduler
A Python library for queueing jobs and processing them in the background with workers using Redis as the backend.
Simple job queues for Python
10k stars
206 watching
1k forks
Language: Python
last commit: about 1 month ago
Linked from 4 awesome lists
asyncbackground-jobsdelayed-jobsdelayed-tasksjob-queuepythonredisrqtasktask-queueworkers
Related projects:
Repository | Description | Stars |
---|---|---|
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
taskforcesh/bullmq | A message queue and batch processing library that supports NodeJS, Python, and other languages using Redis as the underlying storage mechanism. | 6,309 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
chrisboulton/php-resque | A PHP port of Redis-backed job queuing and worker system | 3,433 |
redis/redis-py | A Python client for interacting with the Redis key-value store | 12,733 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 216 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,855 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,980 |
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 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,071 |
redis/hiredis | A minimalistic C client library for the Redis database | 6,283 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
coleifer/huey | A lightweight task queue written in Python with support for multiple execution models and scheduling. | 5,259 |