cmd/tip: use manual scaling for tip.golang.org
Always serve from four instances to avoid flakiness. Change-Id: I11684f93bb27a377f54ddbe4fb3d95894d393a48 Reviewed-on: https://go-review.googlesource.com/21528 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
44f369b779
commit
e77df0732c
|
@ -2,9 +2,8 @@ module: tip
|
|||
runtime: custom
|
||||
vm: true
|
||||
|
||||
automatic_scaling:
|
||||
min_num_instances: 1
|
||||
max_num_instances: 2
|
||||
manual_scaling:
|
||||
instances: 4
|
||||
|
||||
env_variables:
|
||||
TIP_BUILDER: 'godoc'
|
||||
|
|
Loading…
Reference in New Issue