nicolamarangoni commented on issue #49966: URL: https://github.com/apache/airflow/issues/49966#issuecomment-3097233842
After setting AIRFLOW__CORE__EXECUTION_API_SERVER_URL I still have the same erro but in another position: https://github.com/celery/celery/blob/main/celery/worker/consumer/connection.py line 22: ``` def start(self, c): c.connection = c.connect() info('Connected to %s', c.connection.as_uri()) ``` -- 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]
