Skip to content

Commit bddbf69

Browse files
comments
1 parent a992b62 commit bddbf69

File tree

1 file changed

+1
-0
lines changed
  • airflow-core/src/airflow/ui/src/pages/Dag

1 file changed

+1
-0
lines changed

airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const Dag = () => {
7575
},
7676
});
7777

78+
// Ensures continuous refresh to detect new runs when there's no pending state and new runs are initiated from other page
7879
useRefreshOnNewDagRuns(dagId, hasPendingRuns);
7980

8081
let dagWithRuns = runsData?.dags.find((recentDag) => recentDag.dag_id === dagId);

0 commit comments

Comments
 (0)