* chore:Remove Vercel memory config * chore: remove empty vercel.json configs
47 lines
1013 B
JSON
47 lines
1013 B
JSON
{
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/calendar-cache-cleanup",
|
|
"schedule": "0 5 * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/queuedFormResponseCleanup",
|
|
"schedule": "0 */12 * * *"
|
|
},
|
|
{
|
|
"path": "/api/tasks/cron",
|
|
"schedule": "* * * * *"
|
|
},
|
|
{
|
|
"path": "/api/calendar-cache/cron",
|
|
"schedule": "* * * * *"
|
|
},
|
|
{
|
|
"path": "/api/tasks/cleanup",
|
|
"schedule": "0 0 * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/credentials",
|
|
"schedule": "*/5 * * * *"
|
|
},
|
|
{
|
|
"path": "/api/cron/selected-calendars",
|
|
"schedule": "*/5 * * * *"
|
|
}
|
|
],
|
|
"functions": {
|
|
"app/api/cron/workflows/scheduleEmailReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"app/api/cron/workflows/scheduleSMSReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"app/api/cron/workflows/scheduleWhatsappReminders/route.ts": {
|
|
"maxDuration": 800
|
|
},
|
|
"pages/api/trpc/workflows/[trpc].ts": {
|
|
"maxDuration": 800
|
|
}
|
|
}
|
|
}
|