August 2015
Intermediate to advanced
286 pages
5h 42m
English
Celery is a Python framework used to manage a distributed task, following the Object-Oriented Middleware approach. Its main feature consists of handling many small tasks and distributing them on a large number of computational nodes. Finally, the result of each task will then be reworked in order to compose the overall solution.
To work with Celery, we need the following components:
Read now
Unlock full access