karenbraganz commented on code in PR #46257: URL: https://github.com/apache/airflow/pull/46257#discussion_r1934686920
########## docs/apache-airflow/core-concepts/tasks.rst: ########## @@ -167,25 +167,25 @@ These can be useful if your code has extra knowledge about its environment and w .. _concepts:zombies: -Zombie Tasks ------------- +Task Heartbeat Timeout (Zombie Tasks) Review Comment: @RNHTTR would it be accurate to say that this is a historical term? I see that this term used in core config variables such as `scheduler_zombie_task_threshold` and `zombie_detection_interval`. It is also used in Airflow code in method names and variables such as `_find_zombies()` in scheduler_job_runner.py. -- 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]
