Very bad site performance for the last week

9 views
Skip to first unread message

Blixt

unread,
Sep 20, 2010, 6:57:26 AM9/20/10
to Google App Engine
The performance of www.simpleeditions.com (application:
simpleeditionsapp) has been very bad for the last week. We're getting
DeadlineExceededErrors often now, saying it took 33 seconds before
timing out. The datastore queries are not complicated and they're not
fetching a lot of data. A week ago it was much better.

It doesn't even seem as if it's datastore related. Here are some
example tracebacks:

---

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/app.py", line 41, in <module>
import simpleeditions.urls
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/urls.py", line 21, in <module>
from simpleeditions import view
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/view.py", line 30, in <module>
from django.utils import simplejson
File "/base/python_runtime/python_lib/versions/third_party/
django-1.1/django/utils/simplejson/__init__.py", line 140, in <module>
from django.utils.simplejson.encoder import JSONEncoder
File "/base/python_runtime/python_lib/versions/third_party/
django-1.1/django/utils/simplejson/encoder.py", line 2, in <module>

---

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/app.py", line 41, in <module>
import simpleeditions.urls
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/urls.py", line 21, in <module>
from simpleeditions import view
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/view.py", line 21, in <module>
import base64

---

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/app.py", line 41, in <module>
import simpleeditions.urls
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/urls.py", line 21, in <module>
from simpleeditions import view
File "/base/data/home/apps/simpleeditionsapp/stable.
344781513275803132/simpleeditions/view.py", line 30, in <module>
from django.utils import simplejson
File "/base/python_runtime/python_lib/versions/third_party/
django-1.1/django/__init__.py", line 1, in <module>
VERSION = (1, 1, 0, 'final', 0)

---

This is really putting us off from using Google App Engine for serious
projects... it just isn't usable at all for a site with a user base,
they would just leave a site behaving like this.

Jim Scott

unread,
Sep 20, 2010, 3:39:50 PM9/20/10
to google-a...@googlegroups.com, Google App Engine
I was getting this same sort of thing all Saturday. Import of blobstore would die with deadline exceeded. :O It cleared up on Sunday and seems to be fine now. There must have been some other greedy processes on that machine or something.

> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>

Reply all
Reply to author
Forward
0 new messages