mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
21 lines
351 B
JSON
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
|
|
}
|
|
}
|