SamWheating commented on code in PR #23905: URL: https://github.com/apache/airflow/pull/23905#discussion_r885091484
########## airflow/config_templates/default_airflow.cfg: ########## @@ -980,6 +980,14 @@ pool_metrics_interval = 5.0 # This is used by the health check in the "/health" endpoint scheduler_health_check_threshold = 30 +# When you start a scheduler, airflow starts a tiny web server +# subprocess to serve a health check if this is set to True +enable_health_check = True Review Comment: Is this value actually being used anywhere? -- 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]
