I've been able to lower the impact of these datastore 
DeadlineExceededException by setting a global datastore deadline using :

http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreServiceConfig.html

I just catch the ApiProxy$ApiDeadlineExceededException being thrown and 
reload the page using a redirect. It works ok.

But sadly, there doesn't seem to be a way to do the same thing for deadline 
exceptions thrown during Jetty session loading, I'm stuck.

I really want to avoid these annoying instance restarts that kill my 
application.

Any help will be greatly appreciated.

Francois

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

Reply via email to