Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(celery): reworded, add actual multiple queues example (apache#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.
- Loading branch information