发布时间:2022-08-09 文章分类:编程知识 投稿人:赵颖 字号: 默认 | | 超大 打印

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