Celery 3.1.18

Celery was initially created for Django, but is now a Python-friendly app as well.It was designed to work with asynchronous task/job queues either in real-time or for scheduled operations.Celery was tested and is being used in production environments to...