kaxil commented on code in PR #48610:
URL: https://github.com/apache/airflow/pull/48610#discussion_r2022592534
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1428,6 +1428,42 @@ workers:
sensitive: true
example: ~
default: ""
+ task_instance_min_heartbeat_interval:
Review Comment:
Yeah, let's remove that prefix
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1428,6 +1428,42 @@ workers:
sensitive: true
example: ~
default: ""
+ task_instance_min_heartbeat_interval:
+ description: |
+ The minimum interval (in seconds) at which the worker checks the task
instance's
+ heartbeat status with the API server to confirm it is still alive.
+ version_added: 3.0.0
+ type: integer
+ example: ~
+ default: "5"
+ task_instance_max_failed_heartbeats:
Review Comment:
same here - let's remove that prefix
--
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]