Skip to content

Commit 94b6036

Browse files
authored
fix(worker): slow cron cadence to let Neon compute sleep (#305)
1 parent 20f42df commit 94b6036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/worker/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"crons": [
33
{
44
"path": "/cron/poll",
5-
"schedule": "* * * * *"
5+
"schedule": "*/15 * * * *"
66
},
77
{
88
"path": "/cron/harness-capabilities",
9-
"schedule": "*/5 * * * *"
9+
"schedule": "*/30 * * * *"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)