I have an endpoint that accepts a date range. A short date of a year returns data fine. More than a few years, it takes about 25 seconds or so before returning a 500 error with no response in the body, but in Logging, I see this:
"The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your application. (Error code 203)" This seems to also kill the instance that the request was ran on, and spins up another. This means a user could potentially continue to try and make this same request and have it constantly killing and restarting instances, slowing down response times everywhere else. Is there a way to get more details about whats going wrong here? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d1a8d8a1-e205-4edb-8912-0486f8c4bfd7%40googlegroups.com.
