Not sure such a thing is really possible.

Remember AppEngine is distributed, your app could be running in an
area thats slow or otherwise degraded, but the test app is running in
a perfectly fine area.

(That is almost certainly the issue with the 'official' one, its just
appengine app (you could find the app-id at one point). But it only
has visibility into its immediate surroundings - not the whole
appengine ecosystem)


More reliable would be to create another handler in your app, that
runs a few simple tests. Then at least its likly to be running on the
same instances as your main application. Not totally reliable as a
single app can easily be running on multiple instances - each with
slightly different characteristics.



On 13 January 2011 18:33, Dennis <[email protected]> wrote:
> Does anyone know of an appengine app that does a simple appengine
> status check?
> eg: does a simple read and write of the datastore and confirms that
> they worked.
>
> The official appengine system status is "too optimistic".
> I'm looking for something that can tell me: is it my app or appengine
> that is having problems currently.
>
>
>
> On Jan 13, 11:37 pm, master outside <[email protected]> wrote:
>> I have still seen this problem on appid collarcmds at
>> 01-13 12:08AM 36.268
>> 01-12 03:18PM 07.370
>> 01-12 12:06PM 06.998
>>
>> I also see a few additional errors
>> A serious problem was encountered with the process that handled this
>> request, causing it to exit. This is likely to cause a new process to
>> be used for the next request to your application. If you see this
>> message frequently, you may be throwing exceptions during the
>> initialization of your application. (Error code 104)
>>
>> Now there seems to be three places for this problem:
>>  http://code.google.com/p/googleappengine/issues/detail?id=4376-
>> Status:New
>>  http://code.google.com/p/googleappengine/issues/detail?id=4380-
>> Status:Fixed
>>  http://groups.google.com/group/google-appengine/browse_thread/thread/...
>> - The main group post
>> Are these all the same issue or do we have more than one problem here?
>>
>> Note I am cross posting this.
>>
>> On Jan 12, 2:54 pm, "Ikai Lan (Google)" <[email protected]>
>> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > Hey guys, sorry about the delay getting back to you on this, but I wanted 
>> > to
>> > get the answer before posting.
>>
>> > There was a push made to an hour job that computes quotas. The
>> > push inadvertently locks blocks of data so they cannot be written. In the
>> > short term,  we've changed the job to lock far less frequently, and we are
>> > moving to a model where locks are infrequent or unnecessary.
>>
>> > --
>> > Ikai Lan
>> > Developer Programs Engineer, Google App Engine
>> > Blogger:http://googleappengine.blogspot.com
>> > Reddit:http://www.reddit.com/r/appengine
>> > Twitter:http://twitter.com/app_engine
>>
>> > On Tue, Jan 11, 2011 at 5:51 PM, Raymond C. <[email protected]> wrote:
>> > > looking forward to reply from google, as least if there is any possible
>> > > solution to tackle this.  It seems to me that this is an issue with 
>> > > Google's
>> > > server.
>>
>> > > --
>> > > 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]<google-appengine%2Bunsubscrib
>> > >  [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.
>
>

-- 
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