'How to create a queue for each of the django applications?
My project consists of three applications, amocrm, vk, tg. Everyone needs to add their turn. But I don't understand how it works.
This is necessary because each of the queues in these applications will be to avoid exceeding the limit of requests to services, and some long-running tasks. If everything is sent to 1 queue, I lose a lot in performance and speed
If someone worked, I ask you to give the most detailed example on setting up and running. I don't understand what I'm missing.
Python 3.10, Django 4.0.2, Celery 5.2.3, RabbitMQ 3.9.13 on Ubuntu 20.04
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
