GitHub user potiuk added a comment to the discussion: 'Starting call to 'airflow.sdk.api.client.Client.request', this is the 4th time calling it.' in Docker
You seem to mix webserver (airflow 2) and apiserver (airflow 3). your config and docker has webserver config, not api -server config - suggest you generate fresh config from airflow 3 and only apply changes you want to apply rather than copying config from airflow 2 - also you can look at the quick start docker-compose of ours (you will find it in a doc) for an inspiration for the api_server change in Airflow 3 and how to adapt your compose file. Generally speaking you have **something** wrongly configured so that the worker cannot connect to the api-server (port or hostname) GitHub link: https://github.com/apache/airflow/discussions/55380#discussioncomment-14343374 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
