stack/vercel.json
2025-12-16 11:52:21 -08:00

21 lines
351 B
JSON

{
"crons": [
{
"path": "/api/latest/internal/external-db-sync/poller",
"schedule": "* * * * *"
},
{
"path": "/api/latest/internal/external-db-sync/sequencer",
"schedule": "* * * * *"
}
],
"functions": {
"**/*": {
"maxDuration": 300
}
},
"github": {
"autoJobCancelation": false
}
}