I am (really) trying (hard) to provide more detailed information to Google re: DeadlineExceedErrors and the 10-second timeout issues.
In attempting to analyze my logs to find spikes of these errors, I noticed a number of lines like this: 0.1.0.2 - - [23/Sep/2010:10:07:58 -0700] "POST /_ah/queue/deferred HTTP/1.1" 500 0 "http://steprep.appspot.com/mgmt/sear ch/start/" "AppEngine-Google; (+http://code.google.com/appengine)" Note the "0" time after the 500 response code. I suspect this is either a 30-s or a 10-s timeout. I looked in my online logs (via the console) and did not find an entry that exactly corresponded to the above. However, I did find the following: 09-23 10:07AM 48.721 /_ah/queue/deferred 500 10005ms 0cpu_ms 0kb AppEngine-Google; (+http://code.google.com/appengine) Note that this entry is a "10-second" timeout (i.e., App Engine could not spin up an instance in time to serve the request), and it started 10 seconds before my downloaded log entry. So perhaps the online logs record the start time, and the downloaded logs record the completion time? Regardless, why is the time entry in the downloaded logs "0" and not "10005"? It makes it difficult to look for instances of the 10-s and 30-s timeouts. (appid: steprep) -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
