Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
minor stuff
  • Loading branch information
sreya committed Oct 11, 2023
commit a4598e197a58e4e41f2813479444344225cee5fd
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@
"description": "Audit commands in workspaces with exectrace",
"path": "./templates/process-logging.md",
"state": "enterprise"
},
{
"title": "Workspace Scheduling",
"description": "Set workspace scheduling policies",
"path": "./templates/schedule.md"
}
]
},
Expand Down
16 changes: 9 additions & 7 deletions docs/templates/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,28 @@ permitted to run without user activity before it is automatically stopped
as well as the maximum duration it may remain in a started state before
it is forcibly stopped.

### User scheduling
## User scheduling

For templates where a uniform autostop duration is not appropriate, admins
may allow users to define their own autostart and autostop schedules.

## Failure Cleanup (alpha)
## Failure Cleanup

Failure cleanup defines how long a workspace is permitted to remain in the
failed state prior to being automatically stopped.
failed state prior to being automatically stopped. Failure Cleanup is
an enterprise-only feature.

## Dormancy Threshold (alpha)
## Dormancy Threshold

Dormancy Threshold defines how long a workspace is allowed to remain inactive
before being moved into a dormant state. A workspace's inactivity is determined
by the time elapsed since a user last accessed the workspace. A workspace in
the dormant state is not eligible for autostart and must be manually activated
by the user before being accessible. Inactive workspaces are stopped
during their transition to the dormant state if they are detected to be running.
during their transition to the dormant state if they are detected to be running. Dormancy Threshold is an enterprise-only feature.

## Dormancy Auto-Deletion (alpha)

## Dormancy Auto-Deletion

Dormancy Auto-Deletion allows a template admin to dictate how long a
workspace is permitted to remain dormant before it is automatically deleted.
workspace is permitted to remain dormant before it is automatically deleted. Dormancy Auto-Deletion is an enterprise-only feature.