-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.yaml
94 lines (70 loc) · 1.75 KB
/
app.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
runtime: python27
threadsafe: yes
api_version: 1
instance_class: F1
automatic_scaling:
max_idle_instances: 1
min_pending_latency: 5s
max_pending_latency: 10s
max_concurrent_requests: 50
libraries:
- name: numpy
version: "latest"
- name: PIL
version: "latest"
- name: ujson
version: "latest"
builtins:
- remote_api: on
#- appstats: on
error_handlers:
- error_code: over_quota
file: over_quota.txt
handlers:
- url: .UploadedResults
script: UploadedResults.application
- url: /flags
static_dir: flags
expiration: "99d"
- url: .HandleQueuedResults
script: HandleQueuedResults.application
login: admin
- url: .FetchParseFlags
script: FetchParseFlags.application
login: admin
- url: .Rankings
script: Rankings.application
- url: .RatingsFile
script: RatingsFile.application
- url: .RemoveOldParticipant
script: RemoveOldParticipant.application
- url: .BotDetails
script: BotDetails.application
- url: /favicon.ico
static_files: favicon.ico
upload: favicon.ico
expiration: "99d"
- url: /style.css
static_files: style.css
upload: style.css
- url: /
script: RumbleSelect.application
- url: .RumbleStats
script: RumbleStats.application
- url: .QueueBatchRankings
script: BatchRankings.application
login: admin
- url: .QueueDailyBatchRankings
script: BatchRankings.application
login: admin
- url: .ScoreExplanation
static_files: ScoreExplanation.html
upload: ScoreExplanation.html
- url: .BotCompare
script: BotCompare.application
- url: .robots.txt
static_files: robots.txt
upload: robots.txt
- url: .googlea1fa86d6b3ddcb15.html
static_files: googlea1fa86d6b3ddcb15.html
upload: googlea1fa86d6b3ddcb15.html