-
Notifications
You must be signed in to change notification settings - Fork 266
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
Performance: Move cluster based socket work into web worker (step 1) #7894
Comments
Issues requires update for QA |
Hi @richard-cox and @Sean-McQ, are there any steps or areas to validate for this issue? I'm a bit unclear on how to validate this. |
@git-ival I think we should try to validate current functionality and ensure there's no regression. The changes revolve around sockets which support how changes to previously fetched resources appear in the UI without the user having to refresh the browser. Some core functionality
I've tried to avoid too much specific steps, as we may just cover tests we've already done. Generally, anywhere we display a resource should update if it changes somewhere else. @Sean-McQ Feel free to add any other general area i've missed |
Tested on latest 2.7-head using the 2.7.2-rc1 Rancher chart, LGTM! Created and deleted a few hundred Clusters, Deployments, Pods, Namespaces, and Jobs. Was able to confirm that the resource counts updated in the cluster explorer list views, the sidebar and Cluster Management view |
Is your feature request related to a problem? Please describe.
resource.created
,resource.change
,resource.remove
events for resources that changecounts
type (note BE have fixed an issue wherecounts
updated even if there are no changes)Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered: