My app has the exact same error pattern (didnt know we have that view for the error pattern) since Sept's maintenance. It had been better for some weeks and got worst in the last few weeks again.I use appspot.com without custom domain.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
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.
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.
--
2011/1/13 Dennis <denni...@gmail.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.
>
>
--
gr
Wim den Ouden
Custom applications, https://e-comm.appspot.com/
Free open source E-commerce framework (web) apps,
http://code.google.com/p/relat/
Gae developer tips, http://code.google.com/p/relat/wiki/gaetips
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.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
Robert