oyle80 commented on issue #42136:
URL: https://github.com/apache/airflow/issues/42136#issuecomment-2934656028

   Had the same problem on a VM using a Bitnami  airflow image for 3.0.1 (but 
not for the 3.0.0 version). When checking the airflow-worker.log I could see an 
"AirflowConfigException: section/key [core/execution_api_server_url] not found 
in config" . 
   Comparing the "airflow config list" between 3.0.0 and 3.0.1 I could see that 
execution_api_server_url was commented out in 3.0.1, but not in 3.0.0. I added 
this to airflow.cfg under [core]: `execution_api_server_url = 
http://localhost:8080/execution/` and restarted airflow-worker, then it worked!


-- 
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]

Reply via email to