stack/vercel.json
2025-12-12 10:26:38 -08:00

18 lines
290 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/latest/internal/email-queue-step",
"schedule": "* * * * *"
}
],
"functions": {
"**/*": {
"maxDuration": 300
}
},
"github": {
"autoJobCancelation": false
}
}