Skip to content

Commit 3194403

Browse files
committed
change language
1 parent bbd84bc commit 3194403

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed
Loading

docs/templates/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ coder templates create <template-name>
7373

7474
While workspaces can auto-stop based on activity, users set this value per-workspace it can be continuously bumped to prevent a workspace from stopping. For large enterprises, this can drive up cloud cost and introduce security concerns, as workspaces are not kept up to date.
7575

76-
To enforce auto-stopping, you can enforce a timeout for all workspaces, as well as a max session duration.
76+
To enforce auto-stopping, you can set an auto-stop interval to ensure workspaces are auto restarted or auto-stopped, regardless of user activity.
7777

78-
![Workspace auto-stop settings](../images/templates/pre-filled-parameters.png)
78+
![Workspace auto-stop settings](../images/templates/template-schedule-settings.png)
7979

8080
Stops occur during a user's [quiet hours](../workspaces.md#quiet-hours), which prevent interruptions. If a user is still using their workspace, they can postpone a restart up to 3 hours.
8181

docs/workspaces.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,19 @@ In Coder, workspaces can auto-stop when the user is not actively using the works
4545
- Open tunnels (`coder port-forward`)
4646
- Open WebSockets (web terminal, [web IDEs](./ides/web-ides.md) such as code-server and JupyterLab)
4747

48-
> [Custom activity](#TODO) can be registered via Coder's REST API, such as an ongoing data science pipeline.
48+
> [Custom activity](./admin/automation.md#workspace-agents) can be registered via Coder's REST API, such as an ongoing data science pipeline.
4949
5050
Your workspace's auto-stop behavior can be seen in the dashboard. Template settings in Coder determine if users can alter their workspace schedules.
5151

5252
![TODO: use real screenshot](./images/workspaces/stops-after-3-hours.png)
5353

54-
### Max session length (enterpise)
55-
56-
Workspaces may also have a max session length, which enforces a stop or restart even if you are actively using your workspace.
57-
58-
![TODO: use real screenshot](./images/workspaces/approaching-stop.png)
54+
### Auto-stop schedule
5955

56+
Some templates may have an auto-stop schedule that ensures workspaces are stopped
57+
or restarted at a specific interval, regardless of activity. This occurs during quiet hours (see below) to avoid interrupting users..
6058
#### Quiet hours
6159

62-
To avoid interruptions, users can establish their "quiet hours", which are by default set from midnight to 3 AM, during which these actions occur. Users can also extend the deadline by up to 2 hours if they are in the middle of important work.
60+
To avoid interruptions, you can establish "quiet hours", which are by default set from midnight to 3 AM, during which these actions occur. Users can also extend the deadline by up to 2 hours if they are in the middle of important work.
6361

6462
Example:
6563

@@ -79,13 +77,6 @@ user bumps
7977

8078
Admin controls around workspace auto-stop are an enterprise feature. [Learn more here](./admin/template)
8179

82-
### Max lifetime
83-
84-
Max lifetime is a template-level setting that determines the number of hours a
85-
workspace can run before it is automatically shutdown, regardless of any
86-
active connections. This setting ensures workspaces do not run in perpetuity
87-
when connections are left open inadvertently.
88-
8980
## Updating workspaces
9081

9182
Use the following command to update a workspace to the latest template version.

0 commit comments

Comments
 (0)