Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Monitoring] Do not send requests until the previous one responds #24082

Closed
pickypg opened this issue Oct 16, 2018 · 1 comment
Closed

[Monitoring] Do not send requests until the previous one responds #24082

pickypg opened this issue Oct 16, 2018 · 1 comment
Labels

Comments

@pickypg
Copy link
Member

pickypg commented Oct 16, 2018

When on a page with the time picker, you can choose whatever time interval to fetch page updates (defaults to 10s).

However, in the rare situation where the request actually takes longer than the selected interval, the UI will fire the next request before the first one has responded (success or failure). We should stop doing that and block the next request on receiving the first request.

We should hopefully be able to tweak the MonitoringViewBaseController to add this behavior.

Workaround

For those witnessing such behavior on a continuous basis, the best course of action is to pause the automatic fetching and do it on demand until this is corrected.

@pickypg
Copy link
Member Author

pickypg commented Oct 16, 2018

/cc @chrisronline based on the discussion we had yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant