From aa981fd891542dec391612f9b2db47734732fdee Mon Sep 17 00:00:00 2001 From: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com> Date: Wed, 29 May 2024 18:14:07 +0530 Subject: [PATCH] chore: Increase maxDuration for cron functions to 180 seconds (#2706) --- apps/web/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 6ecab525ba..954106bb62 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -1,7 +1,7 @@ { "functions": { "app/api/cron/**/*.ts": { - "maxDuration": 30, + "maxDuration": 180, "memory": 512 }, "app/api/v1/client/**/*.ts": {