unpkg/app.yaml

11 lines
214 B
YAML
Raw Normal View History

2020-08-12 15:57:45 +00:00
runtime: nodejs12
env: standard
2019-08-01 21:20:38 +00:00
instance_class: F4
2019-07-31 19:42:19 +00:00
automatic_scaling:
2019-08-04 01:11:48 +00:00
max_idle_instances: 1
2019-07-31 19:42:19 +00:00
max_concurrent_requests: 40
2019-08-01 21:20:38 +00:00
target_cpu_utilization: 0.8
2019-08-05 06:23:50 +00:00
max_instances: 16
2019-07-30 22:30:47 +00:00
env_variables:
NODE_ENV: 'production'