forked from the-blue-alliance/the-blue-alliance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcron.yaml
65 lines (52 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
cron:
- description: FIRST event list scraping. Also includes event details/event teams/team details scraping.
url: /backend-tasks/get/event_list/2016
schedule: every day 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/fmsapi_team_details_rolling
# schedule: every day 02:00
# timezone: America/Los_Angeles
- description: FIRST match scraping for current events
url: /tasks/enqueue/fmsapi_matches/now
schedule: every 1 minutes
- description: FIRST event ranking scraping for current events
url: /tasks/enqueue/fmsapi_event_rankings/now
schedule: every 1 minutes
- description: FIRST event alliance scraping for current events
url: /tasks/enqueue/fmsapi_event_alliances/now
schedule: every 30 minutes
- description: FIRST event alliance scraping for current events on their last day
url: /tasks/enqueue/fmsapi_event_alliances/last_day_only
schedule: every 5 minutes
- description: FIRST award scraping for current events
url: /tasks/enqueue/fmsapi_awards/now
schedule: every 1 hours
- description: Typeahead Calculation
url: /backend-tasks-b2/math/enqueue/typeaheadcalc
schedule: every day 01:00
timezone: America/Los_Angeles
- description: Match Insights Calculation
url: /backend-tasks-b2/math/enqueue/insights/matches/2016
schedule: every day 01:00
timezone: America/Los_Angeles
- description: Award Insights Calculation
url: /backend-tasks-b2/math/enqueue/insights/awards/2016
schedule: every day 01:00
timezone: America/Los_Angeles
- description: Match Overall Insights Calculation
url: /backend-tasks-b2/math/enqueue/overallinsights/matches
schedule: every day 01:10
timezone: America/Los_Angeles
- description: Award Overall Insights Calculation
url: /backend-tasks-b2/math/enqueue/overallinsights/awards
schedule: every day 01:10
timezone: America/Los_Angeles
- description: Upcoming match notification sending
url: /tasks/notifications/upcoming_match
schedule: every 2 minutes
timezone: America/Los_Angeles