That does indeed sound like a bug as DeadlineExceededException should be raised <https://cloud.google.com/appengine/docs/standard/java/how-requests-are-handled#Java_The_request_timer> when a request runs for over 60 seconds. If you are consistently seeing this behavior you should create an issue <https://b.corp.google.com/issues/new?component=187191&template=0> on our App Engine issue tracker <https://b.corp.google.com/savedsearches/559750> so we can make the product team aware of it.
On Monday, July 17, 2017 at 6:40:39 PM UTC-4, Robert Dyas wrote: > > With GAE std and java8, when the 60 second time limit is exceeded and your > process is killed (or whatever) it does not appears that this timeout is > shown in the logs? Am I missing something or is this a bug? > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/51d1c56d-b361-48c9-9ede-035fe5604a2d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
