Skip to content

Commit 8225b60

Browse files
Update docs/admin/templates/extending-templates/prebuilt-workspaces.md
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent 18443f6 commit 8225b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ data "coder_workspace_preset" "goland" {
159159

160160
**How scheduling works:**
161161

162-
1. Coder evaluates all active schedules at regular intervals.
162+
1. The reconciliation loop evaluates all active schedules every reconciliation interval (`CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL`).
163163
2. The schedule that matches the current time becomes active. Overlapping schedules are disallowed by validation rules.
164164
3. If no schedules match the current time, the base `instances` count is used.
165165
4. The reconciliation loop automatically creates or destroys prebuilt workspaces to match the target count.

0 commit comments

Comments
 (0)