nickstenning commented on code in PR #73244:
URL: https://github.com/apache/airflow/pull/73244#discussion_r4027734055


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2097,13 +2097,19 @@ workers:
     max_failed_heartbeats:
       description: |
         The maximum number of consecutive failed heartbeats before terminating 
the task instance process.
+
+        Unlike other calls to the execution API, heartbeats are not retried. 
This setting and
+        ``min_heartbeat_interval`` together determine how long a worker 
tolerates an unreachable API server
+        before killing running tasks.
       version_added: 3.0.0
       type: integer
       example: ~
-      default: "3"
+      default: "20"

Review Comment:
   And also, just to emphasise: there's a full two to three minute buffer 
before the server decides the task is a zombie with these values.



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