tasktiger
Task scheduler
A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling.
Python task queue using Redis
1k stars
46 watching
80 forks
Language: Python
last commit: 13 days ago
Linked from 1 awesome list
queueworker
Related projects:
Repository | Description | Stars |
---|---|---|
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
cirocosta/cr | An execution system for tasks with dependencies. | 694 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 926 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
luoxiu/schedule | A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,825 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
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 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,149 |
fizista/micropython-mcron | A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 |