I'm trying to make my app robust to survive through these read-only modes that we seem to be in fairly often lately.
All calls to the cache were surrounded with a try-catch for MemcacheServiceException as spelled out here (even though I don't use a StrictErrorHandler, during the last maintenance it was still failing): http://code.google.com/appengine/docs/java/howto/maintenance.html But now during this maintenance, I'm receiving a GCacheException on all cache.put() calls causing my app to still be down. Is that expected? Are there other exceptions I may need to catch? If it's expected, an update to that page would be nice. Thanks, -C -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
