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 2022/02/05 15:10:22 UTC

[GitHub] [airflow] avkirilishin commented on issue #21089: Scheduler Loading DAGs That Have Not Changed

avkirilishin commented on issue #21089:
URL: https://github.com/apache/airflow/issues/21089#issuecomment-1030641791


   > How long does it take the DAG to update after the dag file has been modified?
   
   I think it depends on `parsing_processes` (https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#parsing-processes) and `dag_dir_list_interval` for new files (https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dag-dir-list-interval).
   
   DagFileProcessorManager adds files to the queue and checks modified files only after all files have been processed:
   https://github.com/apache/airflow/blob/39e395f9816c04ef2f033eb0b4f635fc3018d803/airflow/dag_processing/manager.py#L573-L577


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