Celery is an asynchronous task queue framework written in Python. Celery makes
it easy to execute background tasks but also provides tools for parallel
execution and task coordination.
In the last post we touched upon basic principles of the Celery framework for
Python.
You can check the last post here