From d584984d7e09062cff859a9cba576046a30e65b9 Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Fri, 8 Apr 2022 19:07:48 -0500 Subject: [PATCH 1/2] chore: add exceptions to auto-off --- admin/workspace-management/shutdown.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/workspace-management/shutdown.md b/admin/workspace-management/shutdown.md index dc99da54c..6d0f7587f 100644 --- a/admin/workspace-management/shutdown.md +++ b/admin/workspace-management/shutdown.md @@ -8,6 +8,9 @@ automatically shuts down. This helps you optimize your resource allocation since automatically shutting down idle workspaces can save resource availability and reduce costs. +If Code Web (VS Code in a browser), the Web Terminal, or an SSH connection are +open, the workspace is considered active and will not be auto shut down. + > 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 From b4134ea5f37ebd0bf06822e30cca8155a538605b Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 11 Apr 2022 08:26:37 -0500 Subject: [PATCH 2/2] Update shutdown.md --- admin/workspace-management/shutdown.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/admin/workspace-management/shutdown.md b/admin/workspace-management/shutdown.md index 6d0f7587f..7d725ead9 100644 --- a/admin/workspace-management/shutdown.md +++ b/admin/workspace-management/shutdown.md @@ -8,13 +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. -If Code Web (VS Code in a browser), the Web Terminal, or an SSH connection are -open, the workspace is considered active and will not be auto shut down. - -> 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