Skip to content

Updated verbiage for backfill runs being deprioritized#67338

Open
g-dailey wants to merge 1 commit into
apache:mainfrom
g-dailey:update-verbiage-for-backfill-runs
Open

Updated verbiage for backfill runs being deprioritized#67338
g-dailey wants to merge 1 commit into
apache:mainfrom
g-dailey:update-verbiage-for-backfill-runs

Conversation

@g-dailey
Copy link
Copy Markdown

@g-dailey g-dailey commented May 22, 2026

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

This is what the new banner looks like:
Screenshot 2026-05-22 at 8 36 12 AM

Screenshot 2026-05-22 at 8 36 00 AM

Closes: #66729

@boring-cyborg
Copy link
Copy Markdown

boring-cyborg Bot commented May 22, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

},
"banner": {
"backfillInProgress": "Backfill in progress",
"backfillInProgress": "Backfill in progress, backfill runs may get delayed as non-backfill runs takes priority over backfill runs in each scheduler cycle.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be helpful to put this in a tooltip. It takes up a lot of space in the banner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document that backfill DAG runs are deprioritized over scheduled and manual runs in the scheduler loop

2 participants