Now, instances do not survive more than a couple minutes of inactivity (no incoming requests).
Thus, low traffic applications see long latency since a new instance is created for the request.
This is disastrous for my application (and customers).
Can someone please help?
Thanks,
David
The unicorns have left the building.
David
I still see long latency when the scheduler creates new instances, rather than using the resident instances.
The GAE scheduler behavior at low request rates is odd, and counterintuitive.
But we knew that didn't we?
David
I have been running for months with a single instance and no problems.
Then, it breaks. No warning. No feedback. No drinks. No dinner. Nada.
I have stayed out of the discussion because all was well.
Oh, and, Takashi, don't bother this time.
I have designed a non-appengine solution.
David
Reasoned logic will get us nowhere with this issue.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/mibjVETUupIJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/MFdFH0ZqWbgJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Saket,
Didn't we already discuss this a couple of days ago?
David
Hi Cesium,Can you share your app-id as well?Thanks!Saket
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/LOXI1o2m_dgJ.
Hi Francois,Are you still facing this issue? I did a small test for your application and didn't find anything too bad from scheduler's perspective. I'm trying to understand if it was a temporary glitch that was causing the issue or something is wrong with scheduler's algorithm. Or if scheduler doesn't spin instances properly if QPS is low.Here is series of events-a.) Single resident was serving for 1 day, 03:26:37 minutes, serving 9600 requestb.) After serving 96 requests with raised QPS, new instance was created.c.) QPS lowered and the new instance was allowed to die.d.) Again the QPS was increased and new instance was created. Both instances were handling requests at this point.e.) QPS lowered again, newly formed instance dies and older instance starts serving 100% of the requests.-Saket