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

CloudletUpdate does not trigger a immediate stream response on UI #246

Open
gainsley opened this issue Dec 7, 2023 · 0 comments
Open

CloudletUpdate does not trigger a immediate stream response on UI #246

gainsley opened this issue Dec 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gainsley
Copy link
Contributor

gainsley commented Dec 7, 2023

I believe this is primarily a backend issue. When running AppInst/ClusterInst updates on the UI, it immediately triggers a popup showing "Creating" or "Updating" followed by a stream of messages as the work progresses. Such a thing does not happen with Cloudlet Update - it sits there with no response until the work is actually done, then it pops up the popup showing the "success" message. It really should create the popup immediately to show that work is happening. This should be triggered by the backend sending an acknowledgment of the state UPDATE_REQUESTED transitioning to UPDATING. But controller-data.go does not do so for cloudletChanged. This may need some work in the controller to pick off state changes from CloudletInfo to push to the callback/stream.

@gainsley gainsley added the bug Something isn't working label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant