kaxil commented on code in PR #73244: URL: https://github.com/apache/airflow/pull/73244#discussion_r4036384247
########## airflow-core/newsfragments/73244.significant.rst: ########## @@ -0,0 +1,21 @@ +Task heartbeats are no longer retried by ``[workers] execution_api_retries`` + +Heartbeats had two overlapping retry mechanisms: the Task SDK API client retried +every request, including heartbeats, and the supervisor separately counted +consecutive heartbeat failures against ``[workers] max_failed_heartbeats``. The +client retries also had the unwanted side-effect of blocking the supervisor's +monitor loop while it backed off, so during an API server outage the supervisor Review Comment: let me take a stab at in a follow-up in `config.yml` entry instead of the newsfragment -- 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]
