aiotasks
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 |
Support this project
Support this project (to solve issues, new features...) by applying the Github "Sponsor" button.
What's aiotasks
aiotasks is an asynchronous & distributed task/jobs queue, implemented as coroutines and based on Python asyncio framework.
Based on the Celery Task Queue ideas, but distributing coroutines and focusing on performance, non-blocking, & event-driven concepts.
aiotasks does not pull and does not actively wait for incoming jobs. Instead it uses asyncio framework to suspend the execution until any new data is received by a new broker notification.
Documentation
You can find documentation at: https://aiotasks.readthedocs.org/
Licence
aiotasks is released under BSD license.
Contributors
Contributors are welcome. You can find a list of 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! :)