You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clarify workspace scheduling priority and autostop requirement behavior
- Add priority section to template schedule docs explaining how autostop requirements take precedence over user settings
- Add note to user guide about autostop requirement overrides
- Add FAQ section addressing common scheduling confusion
- Include specific scenarios showing when requirements vs user settings apply
Fixes confusion around when workspaces shut down when both template autostop requirements and user autostop settings are configured.
Co-authored-by: matifali <[email protected]>
Copy file name to clipboardExpand all lines: docs/user-guides/workspace-scheduling.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ workspace if you're still using it. It will wait for the user to become inactive
39
39
before checking connections again (1 hour by default). Template admins can
40
40
modify this duration with the **activity bump** template setting.
41
41
42
+
> [!NOTE]
43
+
> If your template administrator has configured an "Autostop Requirement", your workspace may shut down more frequently than your configured autostop duration. The autostop requirement ensures compliance and template updates by enforcing mandatory shutdowns during your quiet hours, regardless of your personal autostop settings.
44
+
42
45

43
46
44
47
## Activity detection
@@ -140,3 +143,21 @@ determines how long workspaces will remain in the dormant state before automatic
140
143
141
144
Licensed admins may also configure failure cleanup, which will automatically
142
145
delete workspaces that remain in a `failed` state for too long.
146
+
147
+
## Frequently Asked Questions
148
+
149
+
**Q: Why did my workspace shut down even though I set a 7-day autostop?**
150
+
151
+
A: Your template likely has an autostop requirement (daily, weekly, etc.) that takes precedence over user settings. Autostop requirements are enforced by template administrators to ensure compliance and apply template updates. Check with your administrator about the template's scheduling policies.
152
+
153
+
**Q: Can I prevent the autostop requirement from shutting down my workspace?**
154
+
155
+
A: No, autostop requirements cannot be overridden by users as they are enforced for compliance and updates. However, you can configure your quiet hours to ensure shutdowns happen at convenient times for you in your timezone.
156
+
157
+
**Q: When exactly will my workspace shut down if there's an autostop requirement?**
158
+
159
+
A: Workspaces with autostop requirements will shut down at the start of your configured quiet hours on the days specified by the template (e.g., daily, weekly). This ensures shutdowns don't happen during your working hours.
160
+
161
+
**Q: What happens if I set a shorter autostop duration than the template requirement?**
162
+
163
+
A: Your workspace will shut down based on whichever deadline comes first. For example, if the template requires weekly stops but you set a 2-day autostop, your workspace will stop after 2 days of inactivity.
0 commit comments