nskrypnik / aiotasks

A Celery like task manager that distributes Asyncio coroutines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiotasks

aiotasks: A Celery like task manager that distributes Asyncio coroutines

aiohttp-cache logo

https://travis-ci.org/cr0hn/aiotasks.svg?branch=master Documentation Status
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

What's aiotasks

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.

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 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! :)

About

A Celery like task manager that distributes Asyncio coroutines

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%