wakaq

Task Queue

A minimal background task queue system with Redis and Celery integration

Background task queue for Python backed by Redis, a super minimal Celery

GitHub

574 stars
8 watching
15 forks
Language: Python
last commit: 10 days ago
Linked from 1 awesome list

asyncasynchronous-tasksbackground-jobscelerydistributedjob-queuejob-schedulerpythonqueueredisrqtask-queuetask-queuesworker

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
rq/rq-scheduler Library that adds scheduling capabilities to Redis-based queuing library 1,447
cr0hn/aiotasks An asynchronous and distributed task queue based on Python asyncio framework 439
sibson/redbeat A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. 923
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
tobi/delayed_job An asynchronous task queue system for Ruby applications 2,148
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,838
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
gregavrbancic/fastapi-celery An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management 527
p-ranav/task_system A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. 40
bkeepers/qu A Ruby library for queuing and processing background jobs with multiple backends and resque-like API 506
fabriziobrancati/queuer A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. 1,088
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