10000 docs: add documentation for prebuild scheduling feature by evgeniy-scherbina · Pull Request #18462 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add documentation for prebuild scheduling feature #18462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 20, 2025
Prev Previous commit
Next Next commit
Update docs/admin/templates/extending-templates/prebuilt-workspaces.md
Co-authored-by: Danny Kopping <danny@coder.com>
  • Loading branch information
evgeniy-scherbina and dannykopping authored Jun 20, 2025
commit 18443f68f332f68f7c2c964a0cabe3c588a881bd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ New prebuilt workspaces are only created to maintain the desired count if needed

### Scheduling

Prebuilt workspaces support time-based scheduling to scale the number of instances based on usage patterns.
Prebuilt workspaces support time-based scheduling to scale the number of instances up or down.
This allows you to reduce resource costs during off-hours while maintaining availability during peak usage times.

Configure scheduling by adding a `scheduling` block within your `prebuilds` configuration:
Expand Down
Loading
0