malthe opened a new issue #17498: URL: https://github.com/apache/airflow/issues/17498
**Description** Add an option to enable a "Connection health check" on a connection. This would have the effect that a background connection test would be scheduled to run with a configurable interval (globally configured). The test would be executed by a worker. If one or more connection health checks currently fail, a message on the main page will be shown. In addition, the connection list will show a health status for each entry. **Use case / motivation** It's previously been proposed to run a connection check as part of saving a new connection through the Airflow UI (see related issues below). But such a health check is really an on-going concern – similar to how DAG input files are scanned for syntax errors and reported on the main page. **Are you willing to submit a PR?** Yes **Related Issues** - https://issues.apache.org/jira/browse/AIRFLOW-2998 -- 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]
