Airbnb Airflow using all system resources
问题 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 using up incredible amounts of system resources. This is surprising to us because we mostly use Airflow to orchestrate tasks that happen on other servers, so Airflow DAGs spend most of their time waiting for them to complete--there's no actual execution that happens locally. The biggest issue is that Airflow seems to use up 100% of CPU