jedcunningham opened a new pull request, #61232:
URL: https://github.com/apache/airflow/pull/61232

   When the DAG processor resorts its file queue by modification time (e.g., 
after a bundle refresh), files with pending callbacks could lose their position 
at the front of the queue. This could delay callback execution (like DAG 
failure callbacks) if those files happened to have older modification times.
   
   The fix partitions the queue during resort: callback files stay at the front 
in their original order, while only regular files are sorted by mtime.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [x] Yes (please specify the tool below)
   
   Generated-by: Cursor (Clause Opus 4.5)


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