Thank you Dan.

Any suggestion on the parameter values that should be set for automatic 
scaling?

On Monday, November 5, 2018 at 7:08:54 PM UTC+5:30, Nikitha Kamath wrote:
>
>
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/8d4711e1-9014-4e5f-85d8-d453c566fd05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to