forked from covidatlas/li
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.arc
More file actions
40 lines (28 loc) · 591 Bytes
/
Copy path.arc
File metadata and controls
40 lines (28 loc) · 591 Bytes
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
@app
li
@aws
profile covidatlas
region us-west-1
@http
get /get/normal
get /get/headless
@events
crawler # Crawls our sources
scraper # Operates the scrapers
regenerator # Regenerates a source from cache
@scheduled
runner rate(1 hour) # Regularly invokes crawls and scrapes
regen-timeseries rate(1 hour) # Regularly regenerates timeseries sources
@tables
# locations
# location *String
# case-data
# location *String
# source **String
# Keeps track of regenerate invocations
invokes
type *String
key **String
# sourceKey
# lastRan
# contentHash