You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a browser looking at chart data will refresh every X minutes.
It would be better to change the implementation so that by leveraging django signals and websockets, we can let frontend clients connected to the UI know when new data is available.
The text was updated successfully, but these errors were encountered:
Hi @nemesisdesign,
So what I've understood in this issue is that we don't want the browser to refresh every X minutes. Rather we want it to refresh everytime it gets signals from Django that the new data is available. Right?
Right now, a browser looking at chart data will refresh every X minutes.
It would be better to change the implementation so that by leveraging django signals and websockets, we can let frontend clients connected to the UI know when new data is available.
The text was updated successfully, but these errors were encountered: