Multiple DAG processors with separate DAG directories keep deactivating each other's DAGs #33310
Closed
1 of 2 tasks
Labels
affected_version:2.6
Issues Reported for 2.6
area:core
area:Scheduler
including HA (high availability) scheduler
kind:bug
This is a clearly a bug
Apache Airflow version
2.6.3
What happened
When running multiple standalone DAG processors with separate DAG directories using the
--subdir
argument the processors keep deactivating each other's DAGs (and reactivating their own).After stepping through the code with a debugger I think the issue is that the calls here and here have no awareness of the DAG directories.
What you think should happen instead
The DAG processors should not touch each other's DAGs in the metadata DB.
How to reproduce
Start two or more standalone DAG processors with separate DAG directories and observe (e.g. via the UI) how the list of active DAGs keeps changing constantly.
Operating System
Linux 94b223524983 6.1.32-0-virt #1-Alpine SMP PREEMPT_DYNAMIC Mon, 05 Jun 2023 09:39:09 +0000 x86_64 x86_64 x86_64 GNU/Linux
Versions of Apache Airflow Providers
No response
Deployment
Other Docker-based deployment
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: