Hi On Aug 12, 2:11 am, Nikita Srivastava <[email protected]> wrote: > Also, another user here pointed me to the 1.3.6 specs which > says that custom error pages would be soon available. So the Quota Error be > less of an issue, because we do get errors and we do show them, but the main > issue was fear of sudden 'app engine' error when no user knows what app > engine is. I hope 1.3.6 resolves this. >
We are using python, and in our main handler we trap DeadlineExceeded errors and then redirect to a static error page. Our customers almost never see the google error page. The only time they do is if google has a complete outage (and this means the very first part of the app has not even loaded) and this seems to be very rare now. Rgds T -- 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.
