Contribute Media
A thank you to everyone who makes this possible: Read More

Design considerations while Evaluating, Developing, Deploying a distributed task processing system

Summary

With the growing world of web, there are numerous use-cases which require tasks to be executed in an asynchronous manner and in a distributed fashion. Celery is one of the most robust, scalable, extendable and easy-to-implement frameworks available for distributed task processing. While developing applications using Celery, I have had considerable experience in terms of what design choices one should be aware of while evaluating an existing system or developing one's own system from scratch.

Details

Improve this page