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

Automatically refresh Accounts/Assets/Applications when they change #186

Open
neilcampbell opened this issue Aug 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@neilcampbell
Copy link
Contributor

The current behaviour is as below:
account_refresh

We intentionally don't auto refresh, to reduce the number of http calls to fetch the latest state. This is particularly important on entities that have a lot of activity.

Instead of rending a refresh button we could do either of the following:

  • Setup a staleness threshold and refresh only once within that period if the entity has been updated.
  • Add a mode to toggle on live updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant