You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/16 08:41:00 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #19577: Edits

eladkal commented on a change in pull request #19577:
URL: https://github.com/apache/airflow/pull/19577#discussion_r750034853



##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -304,14 +304,16 @@ exec_to_bash_or_python_command_if_specified "${@}"
 #     docker run IMAGE airflow webserver
 #     docker run IMAGE webserver
 #
+
+
 if [[ ${AIRFLOW_COMMAND} == "airflow" ]]; then
    AIRFLOW_COMMAND="${2:-}"
    shift
 fi
 
 # Note: the broker backend configuration concerns only a subset of Airflow components
 if [[ ${AIRFLOW_COMMAND} =~ ^(scheduler|celery)$ ]] \
-    && [[ "${CONNECTION_CHECK_MAX_COUNT}" -gt "0" ]]; then
+    && [[ "${cticonneon_check_max_count}" -gt "0" ]]; then

Review comment:
       ```suggestion
       && [[ "${connection_check_max_count}" -gt "0" ]]; then
   ```
   probably ?




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org