ashb commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r537635892
##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -125,8 +124,8 @@ elif [[ ${AIRFLOW_COMMAND} == "airflow" ]]; then
fi
# Note: the broker backend configuration concerns only a subset of Airflow
components
-if [[ ${AIRFLOW_COMMAND} =~ ^(scheduler|worker|flower)$ ]]; then
- if [[ -n "${AIRFLOW__CELERY__BROKER_URL_CMD=}" ]]; then
+if [[ ${AIRFLOW_COMMAND} =~ ^(scheduler|celery|worker|flower)$ ]]; then
+ if [[ -n "${AIRFLOW__CELERY__BROKER_URL_CMD=}" ]]; then
Review comment:
```suggestion
if [[ -n "${AIRFLOW__CELERY__BROKER_URL_CMD=}" ]]; then
```
----------------------------------------------------------------
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]