dosubot[bot] commented on issue #40511: URL: https://github.com/apache/superset/issues/40511#issuecomment-4571656331
<!-- Answer --> You're right on all counts — thank you for the corrections and for linking the specific commit. I verified at `b0da0cf202`: - [`useHeaderAutoRefresh.ts`](https://github.com/apache/superset/blob/b0da0cf202/superset-frontend/src/dashboard/components/Header/useHeaderAutoRefresh.ts) is indeed present, with `forceRefresh` passing `interval=0` to trigger the unstaggered path [[1]](https://github.com/apache/superset/blob/b0da0cf202/superset-frontend/src/dashboard/components/Header/useHeaderAutoRefresh.ts). - [`dashboardState.ts`](https://github.com/apache/superset/blob/b0da0cf202/superset-frontend/src/dashboard/actions/dashboardState.ts) is `.ts`, not `.js` [[2]](https://github.com/apache/superset/blob/b0da0cf202/superset-frontend/src/dashboard/actions/dashboardState.ts). My earlier response was working from a stale index — apologies for the confusion. Your summary of the current flow is accurate: `useHeaderAutoRefresh.forceRefresh` → `fetchCharts` with `interval=0` → unstaggered dispatch of all charts. PR #40512 modifying both of those files to route manual refresh through the staggered branch makes sense as the fix path. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Share context across your team and agents. Try [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-feedback&utm_term=apache%2Fsuperset&message_id=a06defbf-badc-4ac2-86c4-58ac4c909fe6) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-learn-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=knowledge-infrastructure-add-team&utm_term=apache%2Fsuperset) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
