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
88 watching
370 forks
Language: Python
last commit: 2 months ago
Linked from 5 awesome lists
dankpythonqueueredistask-queue
Related projects:
Repository | Description | Stars |
---|---|---|
| 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 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| A distributed task queue system that allows tasks to be processed by multiple worker processes across a network. | 25,062 |
| An asynchronous and distributed task queue based on Python asyncio framework | 438 |
| Prevents multiple execution of tasks by checking if they are still running or waiting to be executed | 667 |
| A Python library for queueing jobs and processing them in the background with workers using Redis as the backend. | 9,945 |
| A Celery Beat Scheduler that stores scheduled tasks and runtime metadata in Redis. | 928 |
| An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
| An agent framework for planning and executing data analytics tasks through code snippets. | 5,398 |
| 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 |
| A plugin for CakePHP that integrates with the Queue plugin to schedule and manage tasks like cron jobs. | 6 |
| A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
| A complete Laravel 5.2 task management application with user authentication and CRUD functionality. | 26 |
| An asynchronous task queue/job queue for distributed message passing | 54 |
| 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 |