App Engine HTTP 500s

Posted by pocoa on Stack Overflow See other posts from Stack Overflow or by pocoa
Published on 2010-06-13T16:31:16Z Indexed on 2010/06/13 16:42 UTC
Read the original article Hit count: 305

This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application.

I've handled all the situations, also DeadlineExceededError too. But sometimes I see these error messages in error logs. That request took about 10k ms, so it's not exceeded the limit too. But there is no other specific message about this error. All I know is that it returned HTTP 500. Is there anyone know the reason of these error messages?

Thank you.

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine