huey
Task queue
A lightweight task queue written in Python with support for multiple execution models and scheduling.
a little task queue for python
5k stars
87 watching
370 forks
Language: Python
last commit: about 1 month ago
Linked from 5 awesome lists
dankpythonqueueredistask-queue
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
celery/celery | A distributed task queue system that allows tasks to be dynamically allocated and executed across multiple worker processes | 24,882 |
cr0hn/aiotasks | An asynchronous and distributed task queue based on Python asyncio framework | 439 |
cameronmaske/celery-once | Prevents multiple execution of tasks by checking if they are still running or waiting to be executed | 664 |
rq/rq | A Python library for queuing and executing jobs asynchronously in the background. | 9,890 |
sibson/redbeat | A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 923 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |
microsoft/taskweaver | An agent framework for planning and executing data analytics tasks through code snippets. | 5,348 |
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 |
dereuromark/cakephp-queue-scheduler | A plugin for CakePHP that integrates with the Queue plugin to schedule and manage tasks like cron jobs. | 6 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
jeremykenedy/laravel-tasks | A complete Laravel 5.2 task management application with user authentication and CRUD functionality. | 26 |
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
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,893 |