aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936995368
##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -136,6 +136,13 @@ function environment_initialization() {
export AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR=True
fi
+ if [[ ${GO_WORKER=} == "true" ]]; then
+ echo
+ echo "${COLOR_BLUE}Starting go worker${COLOR_RESET}"
+ echo
+ export AIRFLOW__SCHEDULER__GO_WORKER=True
+ fi
Review Comment:
This one's only setting the variable to trigger the worker, it's started in
tmux/mprocs. Unless I've misunderstood your point? Though I don't think I use
this variable anymore it's from an older commit so can probably be removed 🤔
let me 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]