diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 389194ffa0..fbe6dae2f6 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -26,6 +26,15 @@ } ], "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 },