Strange! I have used manual scaling flexible environment services, and they do what you would expect: They start that number of instances and nothing else. Is there a chance that your deploy did not succeed? Or that it is running multiple versions? If a previous version starts receiving traffic, it will re-start all the instances that were previously created. This is not very helpful, but maybe attempt re-deploying, delete all the previous versions, then see what happens?
On Monday, May 2, 2016 at 2:39:57 PM UTC-4, Mike Chang wrote: > > I need a worker node that is always on. From my understanding Google > managed is the only option on Google Cloud as the servers are always on. > > In the beginning I ran google preview app deploy, and 20 or so instances > pop up. I then have this with the node on docker image: > > runtime: custom > vm: true > api_version: 2 > env_variables: > runLocal: false > manual_scaling: > instances: 1 > > Now only one instance shows up after deploy, but as soon as the server > gets the first web request all 20 starts spawning again. This is not what I > expected of the manual_scaling config. What am I missing? > Thanks > -- 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/76e8e132-2f18-42bc-9a5e-f37d0b7c48c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
