radumas opened a new issue, #51163: URL: https://github.com/apache/airflow/issues/51163
### Description When the `execution_api_server_url` config variable isn't correct, the consequences are: - Tasks don't run successfully - task state mismatch under Events tab in the UI https://github.com/apache/airflow/issues/50191 These don't explicitly identify the root cause. ### Use case/motivation It should be easier to identify when something core in the configuration is misconfigured such that the different components of Airflow can't communicate with each other. This could be evident from: * a configuration checker (like `airflow config check`) * On the homepage of the UI? More details when one of the components has a big red X * In the `api-server` log (or the scheduler log?) ### Related issues The symptoms of misconfiguration were first identified here https://github.com/apache/airflow/issues/50191 ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
