fmv1992 commented on issue #13637: URL: https://github.com/apache/airflow/issues/13637#issuecomment-892768703
Setting the following helped immensely: ``` [core] min_serialized_dag_update_interval = 600 min_serialized_dag_fetch_interval = 300 [scheduler] min_file_process_interval = 600 processor_poll_interval = 5 parsing_processes = 2 ``` Some of these are suitable for our use case, I believe `min_file_process_interval = 600` might be the minimal required change. -- 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]
