Skip to content

Commit ad546ee

Browse files
author
Miriad
committed
Merge branch 'fix/remove-vercel-crons'
2 parents 1d2754f + 4383df7 commit ad546ee

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

vercel.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
11
{
2-
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"crons": [
4-
{
5-
"path": "/api/cron",
6-
"schedule": "0 0 * * *"
7-
},
8-
{
9-
"path": "/api/cron/ingest",
10-
"schedule": "0 6 * * *"
11-
},
12-
{
13-
"path": "/api/cron/sponsor-outreach",
14-
"schedule": "0 9 * * 1,4"
15-
},
16-
{
17-
"path": "/api/cron/check-renders",
18-
"schedule": "0 7 * * *"
19-
}
20-
]
2+
"$schema": "https://openapi.vercel.sh/vercel.json"
213
}

0 commit comments

Comments
 (0)