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 for pages that do polling (deploy request status, etc), the JS code pulls a new copy of the data from the API every 10 seconds and rebinds the scope. This fires the Please Wait popup and can be jarring, and slow when there is a lot of data. Instead, we want to have something that pulls down the recent deltas and merges them into the client data, so that the part of the screen affected by the new data is updated, but there is no jarring refresh.
The text was updated successfully, but these errors were encountered:
Right now for pages that do polling (deploy request status, etc), the JS code pulls a new copy of the data from the API every 10 seconds and rebinds the scope. This fires the Please Wait popup and can be jarring, and slow when there is a lot of data. Instead, we want to have something that pulls down the recent deltas and merges them into the client data, so that the part of the screen affected by the new data is updated, but there is no jarring refresh.
The text was updated successfully, but these errors were encountered: