Skip to content

A Celery like task manager that distributes Asyncio coroutines

License

Notifications You must be signed in to change notification settings

Tolmachofof/aiotasks

 
 

Repository files navigation

aiotasks

aiotasks: A Celery like task manager that distributes Asyncio coroutines

aiohttp-cache logo

image

image

image

image

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 <https://github .com/cr0hn/aiotasks/blob/master/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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%