mirror of
https://github.com/tiennm99/bsk.git
synced 2026-08-03 12:22:38 +00:00
- in-app reminders page: patients with recheck_date due/overdue or within 7 days (clinical-gated, VN-local); sidebar nav + vi/en - nightly Vercel Cron (/api/cron/nightly, CRON_SECRET-gated) enforces the 7-day image retention window: removes stale Storage objects + soft-deletes rows, keeping the free-tier storage budget bounded - CRON_SECRET added to env schema + .env.example; vercel.json cron 01:00 VN
9 lines
99 B
JSON
9 lines
99 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/nightly",
|
|
"schedule": "0 18 * * *"
|
|
}
|
|
]
|
|
}
|