choo121600 commented on code in PR #58704:
URL: https://github.com/apache/airflow/pull/58704#discussion_r2567303941


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2509,6 +2509,16 @@ dag_processor:
       type: integer
       example: ~
       default: "30"
+    dag_processor_health_check_threshold:
+      description: |
+        If the last dag processor heartbeat happened more than 
``[dag_processor] dag_processor_health_check_threshold``
+        ago (in seconds), dag processor is considered unhealthy.
+        This is used by the health check in the **/health** endpoint and in 
``airflow jobs check`` CLI
+        for DagProcessorJob.

Review Comment:
   Good ;0



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