Hi all,

I have a query regarding max_instances when using basic scaling in the App 
Engine Standard environment (Node.js). Im my app.yaml file, I set 
max_instances to 1. This appears in the config section under App Engine > 
Versions in this UI:

runtime: nodejs8
env: standard
instance_class: B4_1G
handlers:
  - url: '.*'
    script: auto
basic_scaling:
  idle_timeout: 600s
  max_instances: 1
network: {}

All of the above looks correct. However, when I add the 'Max Instances' 
column, the value is set to 'auto' (see attachment). Can someone please let 
me know what I'm doing wrong here? Why is the UI showing 'auto' even though 
the config section shows max_instances set to 1?


Thanks,

Andy

-- 
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/b64f825a-9a2f-4a21-b935-c2bfedc3a217%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] ... Andrew Hoy

Reply via email to