Message Queues, Django and Celery Quick Start | mathematism

Message Queues, Django and Celery Quick Start | mathematism

Message Queues, Django and Celery Quick Start Learning about, setting up and making use of a message queue can be an overwhelming experience. In this article I'll show you how to get up and running quickly with RabbitMQ, Django and Celery on a Mac. What this article is not Before we get started I’d like to point out the things this article does not provide: A thorough explanation of the concept of message queues An overview of the production architecture needed to use message queues Detailed documentation on Celery
原文地址:https://www.cnblogs.com/lexus/p/2502760.html