The GitHub Actions job "Tests" on airflow.git/fix-max-active-runs has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 2646845b69c7c56350305110e00246c87c46dceb / Ephraim Anierobi <[email protected]> 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 Report URL: https://github.com/apache/airflow/actions/runs/18974089389 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
