Starting yesterday I keep getting a 500 server error on most attempts
to reach my app. I had not deployed new code in over a week, and I
have never gotten so many 500 error since first deploying my app back
in November.  Anybody else getting an unusual number of 500 server
errors?   I changed to Debug mode and traceback errors only shows a
runtime deadline exceeded. Given that for the last two months requests
averaged 2 seconds it seems unlikely that all requests now take more
than 30 seconds.. If anybody has any advice i'd greatly appreciate
it!  thanks

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/funniestlinks/1.338990142589910139/
main.py", line 55, in <module>
    main()
  File "/base/data/home/apps/funniestlinks/1.338990142589910139/
main.py", line 52, in main
    util.run_wsgi_app(application())
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
    run_bare_wsgi_app(add_wsgi_middleware(application))
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
    result = application(env, _start_response)
  File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/wsgi.py", line 189, in __call__
    response = self.get_response(request)
  File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/base.py", line 110, in get_response
    from django.views import debug
  File "/base/python_dist/lib/python2.5/py_zipimport.py", line 105, in
__init__
    if not os.path.isfile(archive):
  File "/base/python_dist/lib/python2.5/posixpath.py", line 208, in
isfile
    st = os.stat(path)
-- 
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.


Reply via email to