-
Notifications
You must be signed in to change notification settings - Fork 892
I stop a workspace in the UI, got the list view of workspaces, and it never updates to stopped from stopping, unless with a refresh #2049
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
Comments
Problem: Page should fetch and update the status without requiring a user refresh. |
Yeah this is a known limitation, I believe the idea was to fix it when we switch to using websockets to update workspaces. |
I don't see a ticket for it, although I thought I remembered a related one existing (for using websockets on the workspace page generally, not just the build log). But this ticket can serve as the ticket for using one on the workspaces page. |
@mark-theshark will you try this again and see if you can repro it? We are not able to atm/. |
I tried to reproduce this as well and I was not able to. I think we can close it. |
Closing this! |
Uh oh!
There was an error while loading. Please reload this page.
Problem Summary
Workspace list in UI does not automatically refresh when a change is made to stop a running workspace. It looks like it's in progress the entire time, even if it has finished.
Definition of done
Page should fetch and update the status without requiring a user refresh.
Steps to Reproduce
In UI, I stop a workspace, and return to the workspaces list view in UI
Expected
Status should change from Stopping to Stopped without a page refresh
Actual
I never changes, is in Stopping. If I open a new window, it shows the workspace is stopped.
Logs
Screenshot
Notes
The text was updated successfully, but these errors were encountered: