forked from the-blue-alliance/the-blue-alliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron.yaml
52 lines (42 loc) · 1.6 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cron:
- description: FIRST event list scraping. Also includes detail scraping.
url: /tasks/get/usfirst_event_list/2014
schedule: every sunday 02:00
timezone: America/Los_Angeles
- description: FIRST event detail scraping
url: /tasks/enqueue/usfirst_event_details/2014
schedule: every thursday 02:00
timezone: America/Los_Angeles
- description: FIRST team detail scraping
url: /tasks/enqueue/usfirst_team_details_rolling
schedule: every day 02:00
timezone: America/Los_Angeles
- description: FIRST match detail scraping for current events
url: /tasks/enqueue/usfirst_matches/now
schedule: every 5 minutes
- description: FIRST team ranking scraping for current events
url: /tasks/enqueue/usfirst_event_rankings/now
schedule: every 5 minutes
- description: FIRST awards scraping
url: /tasks/enqueue/usfirst_awards/now
schedule: every 1 hours
timezone: America/Los_Angeles
- description: Match Insights Calculation
url: /tasks/math/enqueue/insights/matches/2014
schedule: every day 01:00
timezone: America/Los_Angeles
- description: Award Insights Calculation
url: /tasks/math/enqueue/insights/awards/2014
schedule: every day 01:00
timezone: America/Los_Angeles
- description: Match Overall Insights Calculation
url: /tasks/math/enqueue/overallinsights/matches
schedule: every day 01:10
timezone: America/Los_Angeles
- description: Award Overall Insights Calculation
url: /tasks/math/enqueue/overallinsights/awards
schedule: every day 01:10
timezone: America/Los_Angeles
#- description: OPR Calculation
# url: /tasks/math/enqueue/event_matchstats/now
# schedule: every day 22:00