Skip to content

chore: add exceptions to auto-off #939

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

Merged
merged 2 commits into from
Apr 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions admin/workspace-management/shutdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ automatically shuts down. This helps you optimize your resource allocation since
automatically shutting down idle workspaces can save resource availability and
reduce costs.

> A workspace that's stopped must be rebuilt before it can be used again. All
> data outside of **/home** is lost during rebuild. Please store any changes you
> would like persisted across rebuilds with the
> [Dotfiles](../../workspaces/personalization.md) feature.
A workspace that's stopped must be rebuilt before it can be used again. All
data outside of **/home** is lost during rebuild. Please store any changes you
would like persisted across rebuilds with the
[Dotfiles](../../workspaces/personalization.md) feature.

> If Code Web (VS Code in a browser), the web terminal, or an SSH connection
> are open, Coder considers the workspace to be active and will not
> automatically shut down.

## Configuring workspace shutdown behavior

Expand Down