Skip to content

[v3-3-test] Fix DAGs list page Last Run/Next Run going stale after runs complete (#70667) - #72735

Open
vatsrahul1001 wants to merge 1 commit into
v3-3-testfrom
backport-a19c3dd19b-v3-3-test
Open

[v3-3-test] Fix DAGs list page Last Run/Next Run going stale after runs complete (#70667)#72735
vatsrahul1001 wants to merge 1 commit into
v3-3-testfrom
backport-a19c3dd19b-v3-3-test

Conversation

@vatsrahul1001

Copy link
Copy Markdown
Contributor

Backport of #70667 to v3-3-test for the Airflow 3.3.2 patch release.

Conflict resolution: useDagRunStateCounts.tsx doesn't exist on v3-3-test, so its change was dropped. The core fix is in useDags.tsx (poll at a longer interval instead of stopping, so Last/Next Run refresh) — it applies cleanly and checkPendingRuns is already supported by v3-3-test's useAutoRefresh.

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

…70667)

* Fix DAGs list page Last Run/Next Run going stale after runs complete

* Address review: back off refetch 10x instead of disabling, drop redundant comment

* fix(ui): pass `dags` to useDagRunStateCounts to fix TS2345 in DagsList

(cherry picked from commit a19c3dd)

# Conflicts:
#	airflow-core/src/airflow/ui/src/queries/useDagRunStateCounts.tsx
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Sep 8, 2026
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.3.2 milestone Sep 8, 2026
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants