aiotasks: A Celery like task manager that distributes Asyncio coroutines
Project site | https://github.com/cr0hn/aiotasks |
Issues | https://github.com/cr0hn/aiotasks/issues/ |
Documentation | http://aiotasks.readthedocs.io |
Author | Daniel Garcia (cr0hn) - @ggdaniel |
Latest Version | 1.0.0-alpha |
Python versions | 3.5 or above |
aiotasks is an asynchronous & distributed task queue / jobs queue, implemented as coroutines and based on Python asyncio framework.
Based on the Celery Task Queue ideas, but distributing coroutines and doing focus in performance, non-blocking & event-driven concepts.
aiotasks doesn't pulling and doesn't has active waiting for incoming jobs, instead use asyncio framework to suspend the execution until any new data are received by a new broker notification.
You can find documentation at: https://aiotasks.readthedocs.org/
aiotasks is released under BSD license.
Contributors are welcome. You can find a list ot TODO tasks in the TODO.md at the project file.
All contributors will be added to the CONTRIBUTORS.md file.
Thanks in advance if you're planning to contribute to the project! :)