Hi,

A Node.js application is deployed in App engine standard environment. In 
the app.yaml, automatic scaling is chosen with values given below. However, 
when using 'gcloud app deploy', it gives this error : Unexpected attribute 
'target_throughput_utilization' for object of type AutomaticScaling.What is 
the solution for this? Are we missing some values in app.yaml? Also when 
there are no incoming requests, the number of instances is always 2 instead 
of 0. Why is that?

Thank you.

runtime: nodejs8
instance_class: F2
automatic_scaling:
  max_concurrent_requests: 10
  target_throughput_utilization: 0.8
handlers:
- url: /.*
  secure: always
  redirect_http_response_code: 301
  script: auto

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a84f70b3-e1f3-4a45-8969-6ec089a54074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to