GitHub user jsjasonseba added a comment to the discussion: How setup Airflow scheduler to use more than 2 cores?
Hi @nikita-sheremet-java-developer, you can tune `parsing_processes` to increase parallelism when parsing DAGs using https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#parsing-processes. It defaults to 2 processes GitHub link: https://github.com/apache/airflow/discussions/49349#discussioncomment-12857496 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
