gitruhul commented on issue #22895:
URL: https://github.com/apache/airflow/issues/22895#issuecomment-1094652723

   Creating a template for the health response will help with different 
standards. 
   
   For example, some organizations prefer health responses as 
   
   ```
   {
   "status": "unhealth",
   "results": {
        "metadatabase": {
                "status": "healthy"
        },
        "scheduler": {
                "latest_scheduler_heartbeat": 
"2022-04-07T13:13:41.102804+00:00",
                "status": "unhealthy"
        }
   }
   }
   ```


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