GitHub user DonHaul created a discussion: Is the `DAG Processor` needed if our dags are static?
Hello we have in our setup an helmchart with our custom docker image that has the `dags` statically defined. as such they will never change. Only when we eventually do a new release the week after. For such a case does it make sense: - [min_file_process_interval](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#min-file-process-interval) to be a very big number - [refresh-interval](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#refresh-interval) to be a very big number - or simply setting [parsing-processes](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#parsing-processes) to 0? GitHub link: https://github.com/apache/airflow/discussions/64287 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
