rq
Job queue library
A Python library for queuing and executing jobs asynchronously in the background.
Simple job queues for Python
10k stars
206 watching
1k forks
Language: Python
last commit: 5 days 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,447 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,838 |
taskforcesh/bullmq | A message queue and batch processing solution for NodeJS and Python applications using Redis | 6,186 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,432 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
chrisboulton/php-resque | A PHP port of Redis-backed job queuing and worker system | 3,434 |
redis/redis-py | A Python client for interacting with the Redis key-value store | 12,667 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 217 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,827 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,976 |
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. | 877 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,072 |
redis/hiredis | A minimalistic C client library for the Redis database | 6,258 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
coleifer/huey | A lightweight task queue written in Python with support for multiple execution models and scheduling. | 5,220 |