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 |
---|---|---|
ask/celery | An asynchronous task queue/job queue for distributed message passing | 54 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 289 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |
dano/aioprocessing | A Python library that integrates asyncio with multiprocessing for concurrent task execution | 653 |
koed00/django-q | A task queue system for Django applications | 1,841 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 786 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,721 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |
vintasoftware/celery-tasks-checklist | A checklist for building effective Celery tasks. | 118 |
rpominov/fun-task | An abstraction for managing asynchronous code in JavaScript | 373 |
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 |
cjrh/aiorun | An asyncio-based application starter with built-in event loop and run function | 439 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |
dfed/swift-async-queue | A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency. | 177 |