Skip to content

Commit b21152c

Browse files
authored
chore: add exceptions to auto-off (coder#939)
1 parent bf789ce commit b21152c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

admin/workspace-management/shutdown.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ automatically shuts down. This helps you optimize your resource allocation since
88
automatically shutting down idle workspaces can save resource availability and
99
reduce costs.
1010

11-
> A workspace that's stopped must be rebuilt before it can be used again. All
12-
> data outside of **/home** is lost during rebuild. Please store any changes you
13-
> would like persisted across rebuilds with the
14-
> [Dotfiles](../../workspaces/personalization.md) feature.
11+
A workspace that's stopped must be rebuilt before it can be used again. All
12+
data outside of **/home** is lost during rebuild. Please store any changes you
13+
would like persisted across rebuilds with the
14+
[Dotfiles](../../workspaces/personalization.md) feature.
15+
16+
> If Code Web (VS Code in a browser), the web terminal, or an SSH connection
17+
> are open, Coder considers the workspace to be active and will not
18+
> automatically shut down.
1519
1620
## Configuring workspace shutdown behavior
1721

0 commit comments

Comments
 (0)