Skip to content

Commit d2a54e2

Browse files
authored
refactor: remove dead workflow runtime config (calcom#29028)
1 parent 987fe91 commit d2a54e2

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

apps/web/vercel.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,5 @@
2929
"schedule": "*/5 * * * *"
3030
}
3131
],
32-
"functions": {
33-
"app/api/cron/workflows/scheduleEmailReminders/route.ts": {
34-
"maxDuration": 800
35-
},
36-
"app/api/cron/workflows/scheduleSMSReminders/route.ts": {
37-
"maxDuration": 800
38-
},
39-
"app/api/cron/workflows/scheduleWhatsappReminders/route.ts": {
40-
"maxDuration": 800
41-
},
42-
"pages/api/trpc/workflows/[trpc].ts": {
43-
"maxDuration": 800
44-
}
45-
}
32+
"functions": {}
4633
}

0 commit comments

Comments
 (0)