Increase max instances
This commit is contained in:
2
app.yaml
2
app.yaml
@ -3,7 +3,7 @@ env: standard
|
|||||||
instance_class: F4
|
instance_class: F4
|
||||||
automatic_scaling:
|
automatic_scaling:
|
||||||
min_instances: 2
|
min_instances: 2
|
||||||
max_instances: 12
|
max_instances: 14
|
||||||
max_concurrent_requests: 20
|
max_concurrent_requests: 20
|
||||||
target_throughput_utilization: 0.6
|
target_throughput_utilization: 0.6
|
||||||
max_idle_instances: 2
|
max_idle_instances: 2
|
||||||
|
Reference in New Issue
Block a user