aiotasks
Task queue
An asynchronous and distributed task queue based on Python asyncio framework
A Celery like task manager that distributes Asyncio coroutines
439 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. | 286 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |
dano/aioprocessing | A Python library that integrates asyncio with multiprocessing for concurrent task execution | 655 |
koed00/django-q | A task queue system for Django applications | 1,832 |
rusty-celery/rusty-celery | An implementation of the Celery task queue system in Rust | 779 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
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 collection of guidelines and best practices for building high-quality Celery tasks. | 119 |
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. | 877 |
cjrh/aiorun | An asyncio-based application starter with built-in event loop and run function | 436 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,088 |
dfed/swift-async-queue | A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency. | 162 |