Replies: 1 comment
-
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) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running airflow 3.0.6 with docker.
It works okay without docker.
Config: airflow-config.txt
docker-compose.yaml.txt
dag
Errors from worker log
Beta Was this translation helpful? Give feedback.
All reactions