-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[code] Remove "machine resources" when deleting a workspace #3277
Comments
We should figure out how to associated a machine with the workspace, right now the view is not very helpful. We also don't need to persist old revisions for this resource, a user never sees them and cannot rollback. |
It is going to become a problem sooner or later. The only way for a user then will be to reset all settings to clean up data. There is no way to clean up only machine resources. |
I tried to create such situation by decreasing payload length for machines resource and it silently breaks user data sync by delaying next sync each time more and more. |
I'm not sure what we can do about it right now. I opened an issue in upstream for now to represent machines better and control their lifecycle: microsoft/vscode#122652 As a workaround for time being we can remove all machines, but current or oldest and try again on 413 status code. |
A user can see a list of all synchronised machines (workspaces) in Code which grows infinitely with each new workspace. We should make sure that a machine gets removed as soon as an associated workspace is deleted.
The text was updated successfully, but these errors were encountered: