The GitHub Actions job "Tests" on airflow.git/backport-1c1130a-v3-1-test has 
succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
bfce94eb1466b1b9f482de79556c21fa56868de0 / Ephraim Anierobi 
<[email protected]>
Fix scheduler using stale max_active_runs from SerializedDAG (#57619)

* Fix scheduler using stale max_active_runs from SerializedDAG

When max_active_runs is updated via versioned bundles, the scheduler
was checking the limit against stale SerializedDAG data instead of
the latest DagModel value. This caused queued DAG runs to be incorrectly
blocked even when the limit had been increased.

The scheduler now uses max_active_runs from DagModel (accessed via
dag_run association proxy) to ensure versioned bundle updates to
max_active_runs are respected immediately.

closes: #57604

* fixup! Fix scheduler using stale max_active_runs from SerializedDAG

* fixup! fixup! Fix scheduler using stale max_active_runs from SerializedDAG

(cherry picked from commit 1c1130a2999fcc0b8d1acafda97914dd8824d613)

Report URL: https://github.com/apache/airflow/actions/runs/19134202188

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to