Skip to content

Conversation

@dheerajturaga
Copy link
Member

@dheerajturaga dheerajturaga commented Nov 14, 2025

Add a "Max Active Runs" field to the DAG details header that shows
the current number of active runs versus the maximum allowed in
"X of Y" format (e.g., "2 of 16").

For dags with many triggers and a small max active run value, its not apparent to the user why their dagruns are pending. This would clearly indicate that they have reached the max quota.

max_active_runs.mp4

  Add a "Max Active Runs" field to the DAG details header that shows
  the current number of active runs versus the maximum allowed in
  "X of Y" format (e.g., "2 of 16").
Copy link
Member

@jason810496 jason810496 left a comment

Choose a reason for hiding this comment

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

LGTM on API side!

@dheerajturaga
Copy link
Member Author

@potiuk, @jscheffl ok to merge?

@jscheffl jscheffl merged commit 291ef94 into apache:main Nov 19, 2025
224 of 225 checks passed
aaron-wolmutt pushed a commit to aaron-wolmutt/airflow that referenced this pull request Nov 20, 2025
…he#58332)

* feat: Display active DAG runs count in header with auto-refresh

  Add a "Max Active Runs" field to the DAG details header that shows
  the current number of active runs versus the maximum allowed in
  "X of Y" format (e.g., "2 of 16").

* Fix and add tests

---------

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Copilot AI pushed a commit to jason810496/airflow that referenced this pull request Dec 5, 2025
…he#58332)

* feat: Display active DAG runs count in header with auto-refresh

  Add a "Max Active Runs" field to the DAG details header that shows
  the current number of active runs versus the maximum allowed in
  "X of Y" format (e.g., "2 of 16").

* Fix and add tests

---------

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
itayweb pushed a commit to itayweb/airflow that referenced this pull request Dec 6, 2025
…he#58332)

* feat: Display active DAG runs count in header with auto-refresh

  Add a "Max Active Runs" field to the DAG details header that shows
  the current number of active runs versus the maximum allowed in
  "X of Y" format (e.g., "2 of 16").

* Fix and add tests

---------

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:airflow-ctl area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants