Answers for "how to start a working to run a particular queue"

0

how to start a working to run a particular queue

celery -A proj worker -l info -Q queue1 
celery -A proj worker -l info -Q queue2
Posted by: Guest on January-10-2022

Code answers related to "how to start a working to run a particular queue"

Python Answers by Framework

Browse Popular Code Answers by Language