[google-appengine] Re: App only runs on one instance?

2016-05-05 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
I have not heard from you since your original post. Have you found and 
tested how to configure your scaling settings? Are you still seeing 
unserved traffic due to App Engine instances not spinning up? Would you be 
able to provide some dashboard screenshots showing this along with the 
scaling settings in your app.yaml?

On Wednesday, April 27, 2016 at 9:18:38 AM UTC-4, Anthony Shapley wrote:
>
> Hi,
>
> We have an app running, using Django - and for some reason AppEngine won't 
> ever the application on more than a single instance? We haven't set 
> anything that should limit this in the app.yaml file, so just wondered if 
> there is anything else we could have configured incorrectly that would 
> prevent AppEngine from load balancing properly?
>
> Ant
>

-- 
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/ada991e9-1b4f-49ed-a65e-b20a9851155d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App only runs on one instance?

2016-04-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
To add to what was previously mentioned by Mihail, your scaling settings 
may very affect how many instances can spin up in response to traffic.

Using scaling elements 
 
in your app.yaml, one can limit the number of instances available. For 
example, basic_scaling requires one to specify a max_instances property. 
Also, manual_scaling requires one to specify a fixed number of instances.

If you're using automatic_scaling, there should not be a limit imposed 
unless you've reached daily spending limits 
 that you may 
have set for your application.

Barring the above exceptions, your application should scale to meet demand 
when set to automatic_scaling. What remains is to have enough traffic for 
App Engine to warrant spinning up new instances. Should you feel that your 
application is not scaling when receiving sufficient traffic, please 
provide your yaml scaling settings here along with some traffic screenshots 
from the Developers Console showing an excessive amount traffic that should 
trigger scaling.

Should you have any additional questions on the subject, feel free to voice 
them here.

On Wednesday, April 27, 2016 at 9:18:38 AM UTC-4, Anthony Shapley wrote:
>
> Hi,
>
> We have an app running, using Django - and for some reason AppEngine won't 
> ever the application on more than a single instance? We haven't set 
> anything that should limit this in the app.yaml file, so just wondered if 
> there is anything else we could have configured incorrectly that would 
> prevent AppEngine from load balancing properly?
>
> Ant
>

-- 
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/5568c3bf-1295-408c-bb08-ab24194a1392%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App only runs on one instance?

2016-04-27 Thread Mihail Russu
What's your traffic? Does it always work no matter what or is it crashing? 
How do you check the number of running instances? What does your dashboard 
 look like? Unless you're 
doing manual scaling - there's nothing that can be set to limit the number 
of instances.

On Wednesday, April 27, 2016 at 4:18:38 PM UTC+3, Anthony Shapley wrote:
>
> Hi,
>
> We have an app running, using Django - and for some reason AppEngine won't 
> ever the application on more than a single instance? We haven't set 
> anything that should limit this in the app.yaml file, so just wondered if 
> there is anything else we could have configured incorrectly that would 
> prevent AppEngine from load balancing properly?
>
> Ant
>

-- 
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/9ff0d609-1a86-461c-9866-fb6bcd01ce9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.