GitHub user RaikohGrass closed the discussion with a comment: Task not finding API service
Got it to work after a while. Without ingress and forwarding the port to use the UI, the tasks were running fine. I checked the execution URL and it pointed per default to execution_api_server_url: "http://airflow-api-server:8080/execution/" Adding the ingress again and overriding the execution URL with the subpath that I am using ( execution_api_server_url: "http://airflow-api-server:8080/airflow/execution/" ) the tasks run through :wink: GitHub link: https://github.com/apache/airflow/discussions/56613#discussioncomment-14683856 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
