openreader/vercel.json
Richard R 74b16efa1b ci(config): update scheduled task cron to run daily at midnight
Change cron schedule for /api/admin/tasks/tick from hourly to once daily at
midnight to reduce task frequency and align with updated operational
requirements.
2026-06-07 06:14:19 -06:00

8 lines
102 B
JSON

{
"crons": [
{
"path": "/api/admin/tasks/tick",
"schedule": "0 0 * * *"
}
]
}