[google-appengine] Re: resident instances are not handling requests

2015-06-03 Thread Patrice (Cloud Platform Support)
Kaan, thanks for the clarification, I blanked on that part of resident. Since he mentioned he was moving to modules, I focused only on that. In any case, to explain why your shown instances are greater than your billed, it's because we don't charge for idle, so it's to be expected. But yeah, yo

[google-appengine] Re: resident instances are not handling requests

2015-06-03 Thread troberti
The interaction between resident instances and the instance settings are pretty complex. The scheduler tries to keep the resident idle, so what you are seeing is correct. If non-resident instances are busy, the request will be routed to the resident one. This also affects the meaning of the pend

[google-appengine] Re: resident instances are not handling requests

2015-06-02 Thread Kaan Soral
In general, my instance charts look similar It's also important to note that, in general, my general instances are >> my billed instances, so likely there are instances there to serve my requests, yet I don't pay for them, that's nice :) Resident instances are there as he specified min_instance

[google-appengine] Re: resident instances are not handling requests

2015-06-02 Thread Patrice (Cloud Platform Support)
Hi Miroslav. I'm unclear on what you mean by this. Normally modules don't just serve requests, unless they get called explicitely. Scaling will change (depending on where you put that scaling) how the instances for the regular traffic serves. Since you need to specifically call modules, tra

[google-appengine] Re: resident instances are not handling requests

2015-06-02 Thread Miroslav Genov
Hello again, We tried some scenario, and here are the results. 3 10 30ms automatic 100 1 10 30ms automatic 50

[google-appengine] Re: resident instances are not handling requests

2015-05-28 Thread Patrice (Cloud Platform Support)
Hi again Miroslav, Happy that you like the speed, we've been working on being better on that :). In any case, it turns out even backends , seems like they need to be explicitly called to serve, so that may be

[google-appengine] Re: resident instances are not handling requests

2015-05-28 Thread Miroslav Genov
This is an old app (maybe 3-4 years), so we have not migrated our stuff to use modules. In next 2 days, we will give it try to see where the things gonna change. Thanks for the fast feedback. On Thursday, May 28, 2015 at 4:23:25 PM UTC+3, Patrice (Cloud Platform Support) wrote: > > Hi Mirosl

[google-appengine] Re: resident instances are not handling requests

2015-05-28 Thread Patrice (Cloud Platform Support)
Hi Miroslav, Normally, Resident instances are for modules, so unless your requests go straight to the module, the behavior you are experiencing is normal. Do you have a module in your application? Cheers! On Wednesday, May 27, 2015 at 7:10:27 PM UTC-4, Miroslav Genov wrote: > > Hello, > > I'm