We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18443f6 commit 8225b60Copy full SHA for 8225b60
docs/admin/templates/extending-templates/prebuilt-workspaces.md
@@ -159,7 +159,7 @@ data "coder_workspace_preset" "goland" {
159
160
**How scheduling works:**
161
162
-1. Coder evaluates all active schedules at regular intervals.
+1. The reconciliation loop evaluates all active schedules every reconciliation interval (`CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL`).
163
2. The schedule that matches the current time becomes active. Overlapping schedules are disallowed by validation rules.
164
3. If no schedules match the current time, the base `instances` count is used.
165
4. The reconciliation loop automatically creates or destroys prebuilt workspaces to match the target count.
0 commit comments