aiotasks
Task queue
An asynchronous and distributed task queue based on Python asyncio framework
A Celery like task manager that distributes Asyncio coroutines
438 stars
25 watching
37 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
asynciocelerycelery-taskcoroutinespythonpython-3
Related projects:
Repository | Description | Stars |
---|---|---|
| An asynchronous task queue/job queue for distributed message passing | 54 |
| A task queue client/worker for Node.js based on the Celery protocol. | 289 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
| A Python library that integrates asyncio with multiprocessing for concurrent task execution | 653 |
| A task queue system for Django applications | 1,841 |
| An implementation of the Celery task queue system in Rust | 786 |
| Manages periodic tasks with scheduling and notification features. | 1,721 |
| An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
| A checklist for building effective Celery tasks. | 118 |
| An abstraction for managing asynchronous code in JavaScript | 373 |
| 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 |
| An asyncio-based application starter with built-in event loop and run function | 439 |
| A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |
| A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency. | 177 |