Skip to content

Multiple DAG processors with separate DAG directories keep deactivating each other's DAGs #33310

@smphhh

Description

@smphhh

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions