github-actions[bot] opened a new pull request, #61243:
URL: https://github.com/apache/airflow/pull/61243

   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.
   (cherry picked from commit f5e70fc34f1999e4800f6dcd9713bb56484d5002)
   
   Co-authored-by: Jed Cunningham 
<[email protected]>


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