mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
docs: add max lifetime docs and refactor UI helper text (#8185)
This commit is contained in:
@@ -59,6 +59,13 @@ one hour. IDE, SSH, Port Forwarding, and coder_app activity trigger this bump.
|
||||
|
||||

|
||||
|
||||
### Max lifetime
|
||||
|
||||
Max lifetime is a template-level setting that determines the number of hours a
|
||||
workspace can run before it is automatically shutdown, regardless of any
|
||||
active connections. This setting ensures workspaces do not run in perpetuity
|
||||
when connections are left open inadvertently.
|
||||
|
||||
## Updating workspaces
|
||||
|
||||
Use the following command to update a workspace to the latest template version.
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
},
|
||||
"helperText": {
|
||||
"defaultTTLHelperText_zero": "Workspaces will run until stopped manually.",
|
||||
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour.",
|
||||
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours.",
|
||||
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour. If Coder detects workspace connection activity, the autostop timer is bumped up one hour.",
|
||||
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours. If Coder detects workspace connection activity, the autostop timer is bumped up one hour.",
|
||||
"maxTTLHelperText_zero": "Workspaces may run indefinitely.",
|
||||
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.",
|
||||
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.",
|
||||
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting, regardless of any active connections.",
|
||||
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting, regardless of any active connections.",
|
||||
"allowUsersToCancel": "If checked, users may be able to corrupt their workspace."
|
||||
},
|
||||
"upload": {
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
"defaultTTLMaxError": "Please enter a limit that is less than or equal to 168 hours (7 days).",
|
||||
"defaultTTLMinError": "Default time until autostop must not be less than 0.",
|
||||
"defaultTTLHelperText_zero": "Workspaces will run until stopped manually.",
|
||||
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour.",
|
||||
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours.",
|
||||
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour. If Coder detects workspace connection activity, the autostop timer is bumped up one hour.",
|
||||
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours. If Coder detects workspace connection activity, the autostop timer is bumped up one hour.",
|
||||
"maxTTLMaxError": "Please enter a limit that is less than or equal to 168 hours (7 days).",
|
||||
"maxTTLMinError": "Maximum time until autostop must not be less than 0.",
|
||||
"maxTTLHelperText_zero": "Workspaces may run indefinitely.",
|
||||
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.",
|
||||
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.",
|
||||
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting, regardless of any active connections.",
|
||||
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting, regardless of any active connections.",
|
||||
"failureTTLHelperText_zero": "Coder will not automatically stop failed workspaces",
|
||||
"failureTTLHelperText_one": "Coder will attempt to stop failed workspaces after {{count}} day.",
|
||||
"failureTTLHelperText_other": "Coder will attempt to stop failed workspaces after {{count}} days.",
|
||||
|
||||
Reference in New Issue
Block a user