seanmuth commented on issue #53337:
URL: https://github.com/apache/airflow/issues/53337#issuecomment-5718069655

   Worth naming specifically what's still open even once #72493 lands, 
following the note in the PR body that its implementation differs from what 
this issue describes.
   
   #72493's supervisor-side deadline only exists from the moment 
`SetExecutionTimeout` is sent, which happens right before `execute()` starts — 
[detail on the exact code path 
here](https://github.com/apache/airflow/pull/72493#issuecomment-5716025936). 
Everything before that — Dag bundle loading, parsing — runs with no external 
enforcement of any kind, regardless of `execution_timeout`. A 
fork-orphaned-lock wedge during that window (#71707) would still run forever 
under #72493 as currently scoped.
   
   ---
   Drafted-by: Claude Sonnet 5; reviewed by @seanmuth before posting
   


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