Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: appengine/chrome_infra_mon_proxy/vm1.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Back to 4-core VMs with more parallelism. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 application: chrome-infra-mon-proxy
2 # version: 2 # Must specify version explicitly.
3 runtime: python27
4 vm: true
5 module: vm1
6 api_version: 1
7 threadsafe: true
8
9 automatic_scaling:
10 min_num_instances: 1
11 max_num_instances: 6
12 cool_down_period_sec: 60
13 cpu_utilization:
14 target_utilization: 0.6
15 max_concurrent_requests: 25
16
17 resources:
18 cpu: 4
19 memory_gb: 2
20 disk_size_gb: 10
21
22 network:
23 instance_tag: managed-gae-vm1
24
25 handlers:
26 - url: /.*
27 script: vm_module.app
28
29 health_check:
30 enable_health_check: True
31 check_interval_sec: 10
32 restart_threshold: 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698