fix: increase timeout to 800 seconds for workflow reminders (#21476)

This commit is contained in:
Benny Joo
2025-05-22 18:31:02 +00:00
committed by GitHub
parent 041871f1b6
commit 16ea15076d
+9
View File
@@ -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
},