Skip to content

Commit 16ea150

Browse files
authored
fix: increase timeout to 800 seconds for workflow reminders (#21476)
1 parent 041871f commit 16ea150

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/web/vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
}
2727
],
2828
"functions": {
29+
"app/api/cron/workflows/scheduleEmailReminders/route.ts": {
30+
"maxDuration": 800
31+
},
32+
"app/api/cron/workflows/scheduleSMSReminders/route.ts": {
33+
"maxDuration": 800
34+
},
35+
"app/api/cron/workflows/scheduleWhatsappReminders/route.ts": {
36+
"maxDuration": 800
37+
},
2938
"pages/api/trpc/workflows/[trpc].ts": {
3039
"maxDuration": 800
3140
},

0 commit comments

Comments
 (0)