Is it possible you're getting the "Your instance has been terminated"
message?  I found that overrunning the heap causes instances to be
killed with this ambiguous message.

It would be handy to have a log message indicating why an instance is
being shut down.

As far as debugging this particular issue (assuming you aren't getting
terminated msgs), are the Application Settings sliders set to
Auto/Auto?  Start from there and make incremental changes.

Jeff

On Thu, May 31, 2012 at 9:14 AM, Cesium <[email protected]> wrote:
> I take it back. Even the default version of an entirely different
> application
> is now showing rapid decay of instances.
> (xxx indicates redacted text).
>
> A request comes in, we get a new instance:
>
> 2012-05-31 09:52:10.028 /xxx/sdtp?t=ACCESS_POINT_STATUS_UPLOAD 200 7526ms
> 0kb
> xxx.xxx.xxx.xxx - - [31/May/2012:08:52:10 -0700] "POST
> /xxx/sdtp?t=ACCESS_POINT_STATUS_UPLOAD HTTP/1.1" 200 64 - -
> "xxx.appspot.com" ms=7526 cpu_ms=3278 api_cpu_ms=128 cpm_usd=0.091121
> loading_request=1 instance=00c61b117c81276013340436a0b0e1635cc8de
> I 2012-05-31 09:52:10.026
> This request caused a new process to be started for your application, and
> thus caused your application code to be loaded for the first time. This
> request may thus take longer and use more CPU than a typical request for
> your application.
>
> 7 seconds later, another request, another new instance.
>
> 2012-05-31 09:52:17.602 /xxx/sdtp?t=ACCESS_POINT_STATUS_UPLOAD 200 5584ms
> 0kb
> xxx.xxx.xxx.xxx - - [31/May/2012:08:52:17 -0700] "POST
> /xxx/sdtp?t=ACCESS_POINT_STATUS_UPLOAD HTTP/1.1" 200 64 - -
> "xxx.appspot.com" ms=5585 cpu_ms=2762 api_cpu_ms=8 cpm_usd=0.076769
> loading_request=1 instance=00c61b117c416b1c599f726fee1c70a4bca1d1
> I 2012-05-31 09:52:17.601
> This request caused a new process to be started for your application, and
> thus caused your application code to be loaded for the first time. This
> request may thus take longer and use more CPU than a typical request for
> your application.
>
> This is really harshing my buzz.
>
> David
>
> --
> 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/-/mMKQ-88fR-IJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> 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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to