ashb commented on issue #16106: URL: https://github.com/apache/airflow/issues/16106#issuecomment-849567573
Are you triggering running the scheduler and configuring it to run the DebugExecutor? That is not the indented purpose of that (and we should disallow it) -- DebugExecutor is designed for running a single dag instead, like shown https://airflow.apache.org/docs/apache-airflow/stable/executor/debug.html If you want to run the scheduler and not have it spawn processes, then use the SequentialExecotr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
