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

   When file_parsing_sort_mode is set to "modified_time", the DAG processor 
previously re-sorted the entire file queue on every bundle refresh, even when 
no file modification times had changed.
   
   This change caches the last seen modification time for each file in 
DagFileStat and skips the sort entirely when no mtimes have changed since the 
last check.
   
   A follow up on https://github.com/apache/airflow/pull/60003


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