GitHub user love1angel edited a comment on the discussion: failed in python3.12
version
my issue is: why AIRFLOW__WEBSERVER__WEB_SERVER_PORT exist.
my host 8080 is used by other application. so i need to change the airflow
default port 8080.
I used the environment variable export AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8081
to change the port to 8081 and it worked; I can access it via my browser
localhost:8081 . However, the Airflow logs show that it's not accessing from
the port I specified, still using 8080. This is confusing to me; if setting
this variable shouldn't work, then it shouldn't be exist, cannot access via
browser localhost:${AIRFLOW__WEBSERVER__WEB_SERVER_PORT}.
then i will know, ok airflow not accept use this variable specify port.
probably i need to find anther way to do this. change the cfg file for example.
GitHub link:
https://github.com/apache/airflow/discussions/58797#discussioncomment-15143357
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]