avshoram opened a new issue, #25443: URL: https://github.com/apache/airflow/issues/25443
### Apache Airflow version 2.3.3 (latest released) ### What happened Airflow keeps creating *-reply-celery-pidbox queues in SQS even with AIRFLOW__CELERY__WORKER_ENABLE_REMOTE_CONTROL=**false** ### What you think should happen instead The flag according to documentation https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html should prevent doing that. ### How to reproduce Airflow Image: 2.3.3-python3.9 Environment: AIRFLOW__CELERY__RESULT_BACKEND=db+postgresql://airflow:airflow@postgres/airflow AIRFLOW__CELERY__BROKER_URL="sqs://Access_key_ID:Secret_access_key@" AIRFLOW__CELERY__WORKER_ENABLE_REMOTE_CONTROL=false AIRFLOW__CELERY__WORKER_CONCURRENCY=4 ### Operating System Linux ### Versions of Apache Airflow Providers 2.3.3-python3.9 ### Deployment Docker-Compose ### Deployment details Local deployment ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
