I have this error in my logs...
[code]
1.
2011-02-25 00:42:54.599 /stylesheet.css?09 500 105432ms 46cpu_ms
0kb Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR
2.0.50727; .NET CLR 3.0.04506),gzip(gfe)
202.83.187.31 - - [25/Feb/2011:00:42:54 -0800] "GET /
stylesheet.css?09 HTTP/1.1" 500 0 "
http://www.domain.tld/page.html"
"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR
2.0.50727; .NET CLR 3.0.04506),gzip(gfe)" "
appname.appspot.com"
ms=105432 cpu_ms=47 api_cpu_ms=0 cpm_usd=0.001329 pending_ms=4054
exit_code=104
2.
E 2011-02-25 00:42:54.590
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/appname/3.346653560606713742/
app.py", line 38, in <module>
import web
File "/base/data/home/apps/appname/3.346653560606713742/
contrib/web/__init__.py", line 14, in <module>
import utils, db, net, wsgi, http, webapi, httpserver,
debugerror
File "/base/data/home/apps/appname/3.346653560606713742/
contrib/web/wsgi.py", line 8, in <module>
import http
File "/base/data/home/apps/appname/3.346653560606713742/
contrib/web/http.py", line 4, in <module>
"""
3.
W 2011-02-25 00:42:54.594
A serious problem was encountered with the process that handled
this request, causing it to exit. This is likely to cause a new
process to be used for the next request to your application. If you
see this message frequently, you may be throwing exceptions during the
initialization of your application. (Error code 104)
[/code]
I found :
http://code.google.com/appengine/docs/python/runtime.html#The_Request_Timer
May be it should redirected it to origin instead of http 500(Internal
server error)