Skip to content

Commit a915560

Browse files
feat: disable cron jobs
1 parent af4ce74 commit a915560

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

vercel.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
{
2-
"crons": [
3-
{
4-
"path": "/api/raffle/luckyWinner?winnersCount=3",
5-
"schedule": "0 8 * * *"
6-
},
7-
{
8-
"path": "/api/strategies?no_cache=true",
9-
"schedule": "*/9 * * * *"
10-
},
11-
{
12-
"path": "/api/stats?no_cache=true",
13-
"schedule": "*/9 * * * *"
14-
}
15-
]
2+
"crons": []
163
}

0 commit comments

Comments
 (0)