noelmcloughlin opened a new pull request #17541:
URL: https://github.com/apache/airflow/pull/17541


   I was reading the documentation to learn how to define multiple queues, but 
the example is incomplete, so I had to experiment on the CLI to see what works:
   
   This failed: 
   `airflow celery worker -q spark, park`  
   
   This works:
    `airflow celery worker -q spark,quark`
   
   This PR updates the documentation to clarify the command line syntax.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to