wakaq
Task scheduler
A background task queue for Python applications backed by Redis and Celery.
Background task queue for Python backed by Redis, a super minimal Celery
576 stars
8 watching
15 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
asyncasynchronous-tasksbackground-jobscelerydistributedjob-queuejob-schedulerpythonqueueredisrqtask-queuetask-queuesworker
Related projects:
Repository | Description | Stars |
---|---|---|
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 438 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 928 |
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 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,149 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
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 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 505 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |
kmalakoff/background | Library providing a job queue and list with array iteration utilities for background tasks in JavaScript applications. | 69 |
kitstack/async-job | An asynchronous job manager with light code and clear features | 10 |