Scrum4Me/docs/patterns
Madhura68 a408ff37c3 fix(ST-1107): cron schedule daily — Vercel Hobby allows only 1 run/day
Vercel deploy faalde met:
> Hobby accounts are limited to daily cron jobs.
> This cron expression (0 */6 * * *) would run more than once per day.

Schedule van 4×/dag (0 */6 * * *) naar 1×/dag (0 4 * * * — 04:00 UTC, rustig
tijdstip). Functioneel acceptabel: ClaudeQuestion TTL is 24u, dus daily
cleanup pakt alles dat in de afgelopen 24u verlopen is. Login-pairings TTL
is 2 min — die zijn al onbruikbaar zodra ze expiren, cron is alleen voor
status-housekeeping.

Schedule-referenties consistent bijgewerkt in docs (API.md, architecture,
backlog M11-sectie, plan-doc, pattern-doc) + comment in route.ts. Vermelding
overal dat dit een Hobby-plan-beperking is en Pro fijnmaziger ondersteunt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 11:33:37 +02:00
..
claude-question-channel.md fix(ST-1107): cron schedule daily — Vercel Hobby allows only 1 run/day 2026-04-29 11:33:37 +02:00
iron-session.md Rename patterns/iron-session.md to docs/patterns/iron-session.md 2026-04-24 22:17:25 +02:00
middleware.md chore: middleware hernoemd naar proxy (Next.js 16) 2026-04-24 22:57:05 +02:00
prisma-client.md Limit Prisma generation in CI 2026-04-25 17:17:35 +02:00
qr-login.md M10: Password-loze inlog via QR-pairing (ST-1001..ST-1008) (#12) 2026-04-28 00:01:04 +02:00
route-handler.md Add analytics and documentation updates 2026-04-25 15:11:51 +02:00
server-action.md Add analytics and documentation updates 2026-04-25 15:11:51 +02:00
sort-order.md Add analytics and documentation updates 2026-04-25 15:11:51 +02:00
test.md Add test.md with initial content 2026-04-24 22:14:59 +02:00
zustand-optimistic.md Rename patterns/zustand-optimistic.md to docs/patterns/zustand-optimistic.md 2026-04-24 22:21:53 +02:00