-
Notifications
You must be signed in to change notification settings - Fork 886
Add workspace restart functionality to API #5800
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
bump |
This would also help if someone would like to restart the workspace from inside a workspace. |
Not planned for now |
@sreya I think this is a vital feature, would it be OK to keep it open? I'll try to grab it when I have a free cycle. Motivation: I believe it's unexpected and a bad UX that reloading the Web UI, interrupting the CLI or losing network connectivity (Web/CLI) prevents a restart from completing, in these cases only the workspace stop sequence may be fulfilled. |
@mafredri sure if this is something that you'd like to pull into an upcoming sprint feel free, I'm was just trying to eliminate noise in the backlog 🙂 |
Related to #14857. |
With #5799 we can now restart workspaces, however, the restart process is dependent on the client sticking around and issuing the start command after stop has completed.
We should implement restart functionality in the API so that we're not dependent on the client.
We could also consider creating retry-functionality so that if either stop or start fails, it can be retried a few times.
Originally posted by @kylecarbs in #5799 (review)
The text was updated successfully, but these errors were encountered: