GitHub user Pooort added a comment to the discussion: Health check has null response for the dag_processor
@amoghrajesh Sure: ``` Apache Airflow version | 2.10.5 ``` Response for http request to `airflow/health`: ``` { "dag_processor": { "latest_dag_processor_heartbeat": null, "status": null }, "metadatabase": { "status": "healthy" }, "scheduler": { "latest_scheduler_heartbeat": "2025-06-03T11:51:14.594824+00:00", "status": "healthy" }, "triggerer": { "latest_triggerer_heartbeat": "2025-06-03T11:51:14.198506+00:00", "status": "healthy" } } ``` GitHub link: https://github.com/apache/airflow/discussions/51348#discussioncomment-13354946 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org