mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: graduate prebuilds to general availability (#18607)
This PR removes the prebuilds experiment and allows the use of prebuilds without opting into an experiment.
This commit is contained in:
1
docs/reference/api/schemas.md
generated
1
docs/reference/api/schemas.md
generated
@ -2996,7 +2996,6 @@ CreateWorkspaceRequest provides options for creating a new workspace. Only one o
|
||||
| `notifications` |
|
||||
| `workspace-usage` |
|
||||
| `web-push` |
|
||||
| `workspace-prebuilds` |
|
||||
|
||||
## codersdk.ExternalAuth
|
||||
|
||||
|
11
docs/reference/cli/server.md
generated
11
docs/reference/cli/server.md
generated
@ -1615,6 +1615,17 @@ Enable Coder Inbox.
|
||||
|
||||
The upper limit of attempts to send a notification.
|
||||
|
||||
### --workspace-prebuilds-reconciliation-interval
|
||||
|
||||
| | |
|
||||
|-------------|-----------------------------------------------------------------|
|
||||
| Type | <code>duration</code> |
|
||||
| Environment | <code>$CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL</code> |
|
||||
| YAML | <code>workspace_prebuilds.reconciliation_interval</code> |
|
||||
| Default | <code>15s</code> |
|
||||
|
||||
How often to reconcile workspace prebuilds state.
|
||||
|
||||
### --hide-ai-tasks
|
||||
|
||||
| | |
|
||||
|
Reference in New Issue
Block a user