-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Open
Labels
kind:featureFeature RequestsFeature Requests
Description
Description
Right now, the airflow DAG processor running in standalone or non standalone mode. Running multiple instances of the DAG processor does duplicate work. It's good idea to run the DAG processor in distributed mode to share the parsing workload.
Use case/motivation
Running the Airflow at a large scale requires running all the components of the airflow in distributed mode. Right now, the webserver and scheduler can able to scale horizontally. Right now, the DAG processor is vertically scalable but not horizontally scalable. This feature request is to make the DAG processor horizontally scalable.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
DevilShubert
Metadata
Metadata
Assignees
Labels
kind:featureFeature RequestsFeature Requests