We are using Local Executor in Airflow for scheduling jobs. when number of Dags file increased we are facing slowness in the dag run, task inside the Dag picking very slowly to process.
currently we are keep around 30 dag file. each dag will have maximum of 2 to 4 task.
we tried with less number of dag, i could see its running fast.
is there any limitation on number of dag which we can use in airflow?
Please suggest me how to solve this problem.
We are using Airflow 1.10.9.