Skip to content

Commit bd2e396

Browse files
Copilotat-wr
andauthored
extend cron dispatch window to cover full school day (07:00–17:59 CST)
Agent-Logs-Url: https://github.com/Computerization/Outspire/sessions/4a160538-543e-47cc-83eb-9d1bae500ff9 Co-authored-by: at-wr <45558679+at-wr@users.noreply.github.com>
1 parent bb1eeec commit bd2e396

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

worker/wrangler.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ id = "a8ada3a1a83f412ba0c172ef0fb80c63"
88

99
[triggers]
1010
# Daily planner: 22:30 UTC = 06:30 CST — builds one dispatch slot per user
11-
# Dispatch window: UTC 23:00–01:00 = CST 07:00–09:00
12-
# Covers 07:45 (cancelled events), 08:00 (normal start), plus 1h buffer
11+
# Dispatch window: UTC 23:00–09:59 = CST 07:00–17:59
12+
# Covers morning start (07:45/08:00) through last afternoon period (~17:30)
1313
# Cost: 1 KV read/min on non-school days (null → no-op)
14-
crons = ["30 22 * * *", "* 23 * * *", "* 0 * * *"]
14+
crons = ["30 22 * * *", "* 23 * * *", "* 0-9 * * *"]
1515

1616
[vars]
1717
GITHUB_CALENDAR_URL = "https://raw.githubusercontent.com/Computerization/wfla-events/main"

0 commit comments

Comments
 (0)