8000 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
Update docs/admin/templates/extending-templates/prebuilt-workspaces.md
Co-authored-by: Atif Ali <atif@coder.com>
  • Loading branch information
evgeniy-scherbina and matifali authored Jun 20, 2025
commit 2c296ea85b3587fdb8ec195fd388ccdad0273acb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Cron expressions follow the format: `* HOUR DOM MONTH DAY-OF-WEEK`

**Example schedules:**

```hcl
```tf
# Business hours only (8AM-6:59PM, Mon-Fri)
schedule {
cron = "* 8-18 * * 1-5"
Expand Down
Loading
0