Skip to content

Commit 0eba40a

Browse files
committed
experiment with cron timing
1 parent 3d06ab6 commit 0eba40a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

cron-vercel/vercel.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,75 +2,75 @@
22
"crons": [
33
{
44
"path": "/api/arn1",
5-
"schedule": "*/15 * * * *"
5+
"schedule": "17-59/15 * * * *"
66
},
77
{
88
"path": "/api/bom1",
9-
"schedule": "*/15 * * * *"
9+
"schedule": "17-59/15 * * * *"
1010
},
1111
{
1212
"path": "/api/cle1",
13-
"schedule": "*/15 * * * *"
13+
"schedule": "17-59/15 * * * *"
1414
},
1515
{
1616
"path": "/api/cpt1",
17-
"schedule": "*/15 * * * *"
17+
"schedule": "17-59/15 * * * *"
1818
},
1919
{
2020
"path": "/api/dub1",
21-
"schedule": "*/15 * * * *"
21+
"schedule": "17-59/15 * * * *"
2222
},
2323
{
2424
"path": "/api/dxb1",
25-
"schedule": "*/15 * * * *"
25+
"schedule": "17-59/15 * * * *"
2626
},
2727
{
2828
"path": "/api/fra1",
29-
"schedule": "*/15 * * * *"
29+
"schedule": "17-59/15 * * * *"
3030
},
3131
{
3232
"path": "/api/gru1",
33-
"schedule": "*/15 * * * *"
33+
"schedule": "17-59/15 * * * *"
3434
},
3535
{
3636
"path": "/api/hkg1",
37-
"schedule": "*/15 * * * *"
37+
"schedule": "17-59/15 * * * *"
3838
},
3939
{
4040
"path": "/api/hnd1",
41-
"schedule": "*/15 * * * *"
41+
"schedule": "17-59/15 * * * *"
4242
},
4343
{
4444
"path": "/api/iad1",
45-
"schedule": "*/15 * * * *"
45+
"schedule": "17-59/15 * * * *"
4646
},
4747
{
4848
"path": "/api/icn1",
49-
"schedule": "*/15 * * * *"
49+
"schedule": "17-59/15 * * * *"
5050
},
5151
{
5252
"path": "/api/kix1",
53-
"schedule": "*/15 * * * *"
53+
"schedule": "17-59/15 * * * *"
5454
},
5555
{
5656
"path": "/api/lhr1",
57-
"schedule": "*/15 * * * *"
57+
"schedule": "17-59/15 * * * *"
5858
},
5959
{
6060
"path": "/api/pdx1",
61-
"schedule": "*/15 * * * *"
61+
"schedule": "17-59/15 * * * *"
6262
},
6363
{
6464
"path": "/api/sfo1",
65-
"schedule": "*/15 * * * *"
65+
"schedule": "17-59/15 * * * *"
6666
},
6767
{
6868
"path": "/api/sin1",
69-
"schedule": "*/15 * * * *"
69+
"schedule": "17-59/15 * * * *"
7070
},
7171
{
7272
"path": "/api/syd1",
73-
"schedule": "*/15 * * * *"
73+
"schedule": "17-59/15 * * * *"
7474
}
7575
]
7676
}

0 commit comments

Comments
 (0)