gopidesupavan commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2217318294
##########
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
+ tmux select-pane -t 2
+ tmux split-window -h
+ tmux set-option -p @airflow_component "Go worker"
+ tmux send-keys "cd go-sdk" C-m
+ tmux send-keys "go run ./example/main.go run \
Review Comment:
do we need this run?
--
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]