I was having problems last night before I went to bed but figured it
was temporary. They were much worse overnight. The log is full of
messages like this:
04-29 05:29AM 19.717 /url 500 9207ms 8088cpu_ms 8036api_cpu_ms
0kb curl/7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g
zlib/1.2.3.3 libidn/1.10,gzip(gfe),gzip(gfe)
See details
As shown below, this just fetches one old phone number so it can be
deleted. I've attached it to a display function so that it's
whittling away at the old data a number at a time.
This normally takes about 300ms, so things are 25x slower and not
working.
I doubt this is just my own account but I don't see any other reports.
GAE has now burned way through the free quota and into money. What's
the procedure for getting the quota reset?
E 04-29 05:29AM 28.914
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 503, in __call__
handler.post(*groups)
File "/base/data/home/apps/opnwpcom/211.333117986628419056/
owp.py", line 1059, in post
x = DeleteOldNumber( 1 )
File "/base/data/home/apps/opnwpcom/211.333117986628419056/
owp.py", line 1493, in DeleteOldNumber
numb = phone.all().fetch(1,offset=rand_int)
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1390, in fetch
raw = self._get_query().Get(limit, offset)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 942, in Get
return self._Run(limit, offset)._Next(limit)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 886, in _Run
_ToDatastoreError(err)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1965, in _ToDatastoreError
raise errors[err.application_error](err.error_detail)
Timeout
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---