'How can I send tasks to specific queues without execute in Celery?
I've tried sending tasks with send_task and apply_async, it's works, but I don't want execute tasks in subprocess, I just want send it to broker. I used delay but I can't specify the queue, any tip?
I am expecting send a task without executing
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
