- Notifications
You must be signed in to change notification settings - Fork920
Description
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.