Skip to content

Commit d9ff2e0

Browse files
authored
templates: adjusted the cron job schedule so its compatible with hobby tiers as well (#10457)
1 parent c0dc0cc commit d9ff2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/with-vercel-website/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"crons": [
33
{
44
"path": "/api/payload-jobs/run",
5-
"schedule": "*/5 * * * *"
5+
"schedule": "0 0 * * *"
66
}
77
]
88
}

0 commit comments

Comments
 (0)