-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron.yaml
31 lines (31 loc) · 1.09 KB
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cron:
# - description: "Update NBA Games and Predictions"
# url: /api/nba/updateDbWithPredictions
# target: backend
# schedule: every day 01:00
# timezone: America/New_York
# - description: "Refresh NBA Game Status"
# url: /api/nba/refresh
# target: backend
# schedule: every 20 minutes from 11:00 to 01:00
# timezone: America/New_York
# - description: "Update Team Standings and Conferences"
# url: /api/nba/updateTeamStandings
# target: backend
# schedule: every day 01:00
# timezone: America/New_York
# - description: "Update EPL Games and Predictions"
# url: /api/epl/updateDbWithGamesAndPredictions
# target: backend
# schedule: every day 01:00
# timezone: America/New_York
# - description: "Refresh EPL Game Status"
# url: /api/epl/refresh
# target: backend
# schedule: every 20 minutes from 11:00 to 01:00
# timezone: America/New_York
# - description: "Refresh MLB Game Status"
# url: /api/mlb/refresh
# target: backend
# schedule: every 20 minutes from 11:00 to 02:00
# timezone: America/New_York