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

Node Explorer: poll for updates from status #122

Closed
tylersmalley opened this issue Jul 25, 2023 · 1 comment · Fixed by #238
Closed

Node Explorer: poll for updates from status #122

tylersmalley opened this issue Jul 25, 2023 · 1 comment · Fixed by #238
Assignees
Labels
help wanted Extra attention is needed

Comments

@tylersmalley
Copy link
Contributor

We should not rely on the user clicking the refresh button and should poll at a set interval (5 second default).

@tylersmalley tylersmalley changed the title Node Explorer should poll for updates from status Node Explorer: poll for updates from status Jul 25, 2023
@tylersmalley
Copy link
Contributor Author

Easiest solution would be to pull every 5 seconds (should eventually be configurable), and compare to the existing nodes. if it differes, then call "refresh" on the NodeExplorerProvider. Because of #182, calling refresh is very heavy and we should limit the use.

tendstofortytwo added a commit that referenced this issue Sep 28, 2023
Fixes #122.

---------

Signed-off-by: Naman Sood <mail@nsood.in>
tylersmalley pushed a commit that referenced this issue Sep 28, 2023
Fixes #122.

---------

Signed-off-by: Naman Sood <mail@nsood.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants