jscheffl commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936792495


##########
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:
   Note that Celery and Edge workers are started in different places. In my 
view would make sense to move the starting point to the same... whereas I am 
not sure whether I got the right context. At least I assume it is better to 
start in tmux/mproc panels?



-- 
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]

Reply via email to