vbottu commented on code in PR #58704:
URL: https://github.com/apache/airflow/pull/58704#discussion_r2565879992
##########
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:
I verified and fixed it , the line length needs to be below 110 chars, I
adjusted and pushed
--
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]