The prospective SLA [1] states that it does not apply to any performance issue related to apps "that use and handle errors received from any API that is not an App Engine Datastore API".
[1] http://code.google.com/appengine/sla.html I'd like my app to degrade gracefully when App Engine experiences problems. For instance, if the blobstore or the images service becomes unavailable, I'd rather catch any relevant exceptions and keep the site operational with limited functionality than spit 500 server errors for any page. Will that approach make my app ineligible for service credits according to the SLA if one of the App Engine services (such as the blobstore or the images service) experiences significant downtime? Will my app become eligible if it doesn't try to handle any GAE exceptions but just fails completely for every request until the broken service becomes available again? Thanks, -- Alexander -- 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.
