mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
Add Webserer Start Waiting Log Information (#14)
Signed-off-by: addisonjones-gc <addison.jones@gocaribou.com>
This commit is contained in:
committed by
Bitnami Containers
parent
51cbcfb6f8
commit
fcce0dd374
@@ -69,6 +69,7 @@ airflow_scheduler_initialize() {
|
||||
done
|
||||
|
||||
# Wait for airflow webserver to be available
|
||||
info "Waiting for Airflow Webserser to be up"
|
||||
airflow_scheduler_wait_for_webserver "$AIRFLOW_WEBSERVER_HOST" "$AIRFLOW_WEBSERVER_PORT_NUMBER"
|
||||
[[ "$AIRFLOW_EXECUTOR" == "CeleryExecutor" || "$AIRFLOW_EXECUTOR" == "CeleryKubernetesExecutor" ]] && wait-for-port --host "$REDIS_HOST" "$REDIS_PORT_NUMBER"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user