ephraimbuddy opened a new pull request, #65029:
URL: https://github.com/apache/airflow/pull/65029
The ti_heartbeat endpoint now attempts a single guarded UPDATE (matching id,
state, hostname, and pid) before falling back to the existing SELECT FOR UPDATE
path. When the task is still running on the expected host this returns
immediately, eliminating the row lock and a round trip for the vast majority of
heartbeat calls.
--
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]