You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 23:51:49 UTC

[GitHub] [airflow] kaxil edited a comment on issue #17437: It's too slow to recognize new dag file when there are a log of dags files

kaxil edited a comment on issue #17437:
URL: https://github.com/apache/airflow/issues/17437#issuecomment-895626113


   Raise the `min_file_process_interval` to `600` (10 mins) or even `6000` (100 mins). Newly added or modified files will already be parsed, the dag parser will skip the `min_file_process_interval` check if a file is recently modified.
   
   We had benchmarked this with more than 10k dag files


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org