Airbnb Airflow using all system resources

后端 未结 7 1866
温柔的废话
温柔的废话 2021-02-03 19:48

We\'ve set up Airbnb/Apache Airflow for our ETL using LocalExecutor, and as we\'ve started building more complex DAGs, we\'ve noticed that Airflow has starting usin

7条回答
  •  误落风尘
    2021-02-03 20:01

    Try to change the below config in airflow.cfg

    # after how much time a new DAGs should be picked up from the filesystem
    min_file_process_interval = 0
    
    # How many seconds to wait between file-parsing loops to prevent the logs from being spammed.
    min_file_parsing_loop_time = 1
    

提交回复
热议问题