g-dailey opened a new pull request, #67338: URL: https://github.com/apache/airflow/pull/67338
Adds UI messaging to inform users that backfill DAG runs are deprioritized behind scheduled and manual runs in the scheduler loop. Backfill runs have always been lower priority than non-backfill runs due to how the scheduler orders DAG runs each cycle, but this was not communicated anywhere in the UI. Users were left confused when backfill runs remained in a queued/scheduled state longer than expected. This PR surfaces that context in two places: - An info alert on the **Run Backfill** form, shown before a user triggers a backfill - The **backfill in progress** banner, so users are reminded while a backfill is running Closes: #66729 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
