-
Notifications
You must be signed in to change notification settings - Fork 875
FR: allow to disable auto-stop on running workspaces #9775
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
Big +1 to getting this FR done. I need to update the auto stop time of 200 workspaces, and restarting them all sounds terrible. |
This makes a ton of sense, I'll see if we can prioritize it next month |
If your users are able to customize the Autostop timer on their workspaces, they could use the You should be able to use Would this remedy your issue? We still may add some functionality to change Autostop without restarting the workspace down the road. |
+1 |
As it's been a while since this feature was requested I'm going to quickly mention what can be done currently to achieve similar to this goal whilst I work on the design for this 👍. You can use |
Yes this issue has been addressed. However, making changes to workspace schedule still requires a restart. Not sure how easy it would be to make those changes without a restart. |
I have some templates with a 24h auto-stop-timeout, but where the user can disable the autostop feature altogether if needed. This works well as most of the users are fine with the auto-stop, and we can save resources.
But if someone needs to preserve a state e.g. over the weekend, it is not possible to disable the auto-stop for a running workspace. If the user tries to toggle the auto-stop toggle, a dialog pops up and asks if the workspace should restart now or if the setting should be applied later at the next restart. This is not what the user wanted in this case.
I don't understand why the restart is required, and I think, it would be a great UX improvement if the user could disable the autostop without having to restart (stop) the running workspace.
The text was updated successfully, but these errors were encountered: