fix: increase timeout to 800 seconds for workflow reminders (#21476)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user