Files
Atlas/vercel.json
2025-11-12 20:21:32 +01:00

17 lines
289 B
JSON

{
"crons": [
{
"path": "/api/cron/email-sync",
"schedule": "*/5 * * * *"
},
{
"path": "/api/cron/process-pending-bookings",
"schedule": "*/5 * * * *"
},
{
"path": "/api/cron/check-contracts",
"schedule": "*/15 * * * *"
}
]
}