You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Xiaodong DENG (JIRA)" <ji...@apache.org> on 2018/12/12 14:28:00 UTC

[jira] [Created] (AIRFLOW-3504) Refine the functionality of "/health" endpoint

Xiaodong DENG created AIRFLOW-3504:
--------------------------------------

             Summary: Refine the functionality of "/health" endpoint
                 Key: AIRFLOW-3504
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3504
             Project: Apache Airflow
          Issue Type: Improvement
          Components: webapp
            Reporter: Xiaodong DENG
            Assignee: Xiaodong DENG


For both www/ and www_rbac/, there is "/health" endpoint, which is supposed to help users know the "health" condition of the Airflow application.

But the functionality of it at this moment is very limited. It can only help check if the webserver is running, but actually the "health" of the application may be bad even though this endpoint returns "The server is healthy!" (scheduler may be down, database backend may be disconnected, etc)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)