turbaszek opened a new issue #11622: URL: https://github.com/apache/airflow/issues/11622
**Apache Airflow version**: 2.0 (master) **Environment**: ``` ./breeze --python 3.7 --db-reset restart --integration redis ``` **What happened**: Running `airflow celery worker -D` spawns celery worker (`ps -aux`) but the worker does not consume any tasks 👀 **What you expected to happen**: I expect that demonized worker will consume Airflow tasks. **How to reproduce it**: ``` ./breeze --python 3.7 --db-reset restart --integration redis airflow scheduler -D airflow webserver -D -w 1 airflow celery worker -c 1 -D ``` Then trigger any DAG from webui. **Anything else we need to know**: Possibly related to #11336 (but I need to check) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
