chore: Increase maxDuration for cron functions to 180 seconds (#2706)

This commit is contained in:
Piyush Gupta
2024-05-29 18:14:07 +05:30
committed by GitHub
parent b50bda8488
commit aa981fd891

View File

@@ -1,7 +1,7 @@
{
"functions": {
"app/api/cron/**/*.ts": {
"maxDuration": 30,
"maxDuration": 180,
"memory": 512
},
"app/api/v1/client/**/*.ts": {