pragnareddye commented on code in PR #32313:
URL: https://github.com/apache/airflow/pull/32313#discussion_r1252491526


##########
airflow/config_templates/config.yml:
##########
@@ -2268,6 +2268,15 @@ scheduler:
       type: string
       example: ~
       default: "5"
+    local_task_job_heartbeat_sec:
+      description: |
+        The frequency (in seconds) at which the LocalTaskJob should send 
heartbeat signals to the
+        scheduler to notify it's still alive. The value of this parameter 
should be less than the 
+        scheduler's `scheduler_zombie_task_threshold` config.
+      version_added: ~

Review Comment:
   @pankajkoti @uranusjr @potiuk Updated the version now



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