BobDu commented on issue #26971: URL: https://github.com/apache/airflow/issues/26971#issuecomment-1274685596
some report about #24496 not a bug, but i think it may be necessary to highlight this change in the changelog. must ensure `.Values.airflowVersion` if use custom image. Helm chart 1.7.0 not add env `AIRFLOW__CELERY__RESULT_BACKEND` by default values, but if use airflow <= v2.3, worker will start failure. ``` airflow@airflow-worker-1:/opt/airflow$ airflow celery worker psycopg2.OperationalError: could not translate host name "postgres" to address: Name or service not known ``` And this error message may not be friendly. -- 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]
