potiuk commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2327977988
##########
scripts/in_container/bin/run_tmux:
##########
@@ -123,6 +123,17 @@ if [[ ${STANDALONE_DAG_PROCESSOR} == "true" ]]; then
tmux send-keys 'airflow dag-processor' C-m
fi
+if [[ ${STANDALONE_DAG_PROCESSOR} == "true" ]]; then
Review Comment:
```suggestion
if [[ ${WOKER} == "go" ]]; then
```
##########
scripts/in_container/bin/run_tmux:
##########
@@ -123,6 +123,17 @@ if [[ ${STANDALONE_DAG_PROCESSOR} == "true" ]]; then
tmux send-keys 'airflow dag-processor' C-m
fi
+if [[ ${STANDALONE_DAG_PROCESSOR} == "true" ]]; then
Review Comment:
```suggestion
if [[ ${WORKER} == "go" ]]; 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]