Here is some example logging output, it usually hits DeadlineExceeded on some random import statement:
2011-05-24 09:16:23.034 / 500 488641ms 910cpu_ms 0kb Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24,gzip(gfe),gzip(gfe),gzip(gfe) E 2011-05-24 09:16:23.024 Traceback (most recent call last): E 2011-05-24 09:16:23.024 File "/base/python_runtime/python_dist/lib/python2.5/wsgiref/handlers.py", line 92, in run E 2011-05-24 09:16:23.024 self.result = application(self.environ, self.start_response) E 2011-05-24 09:16:23.024 File "distlib/tipfy/__init__.py", line 390, in __call__ E 2011-05-24 09:16:23.024 return self.wsgi_app(environ, start_response) E 2011-05-24 09:16:23.025 File "distlib/tipfy/__init__.py", line 430, in wsgi_app E 2011-05-24 09:16:23.025 rv = self.dispatch(request) E 2011-05-24 09:16:23.025 File "distlib/tipfy/__init__.py", line 559, in dispatch E 2011-05-24 09:16:23.025 self.handlers[handler] = import_string(handler) E 2011-05-24 09:16:23.025 File "distlib/werkzeug/utils.py", line 526, in import_string E 2011-05-24 09:16:23.025 return getattr(__import__(module, None, None, [obj]), obj) E 2011-05-24 09:16:23.025 File "/base/data/home/apps/space-trade/179.350623500077407841/apps/ip/handlers.py", line 3, in <module> E 2011-05-24 09:16:23.025 import tipfy E 2011-05-24 09:16:23.026 DeadlineExceededError -- 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.
