Last updated: 09:52PM 01/05/09
My first availability issue I ran into on Google AppEngine, it appeared to resolve itself around 10 seconds later, but two sequential requests failed.
Nothing appears to be reported in the AppEngine Status
Update
It looks like there is some anomaly that Google is investigating. Graph Here
Error
207.170.206.103 - - [05/Jan/2009:11:42:08 -0800] "GET / HTTP/1.1" 500 1244 - -
E 01-05 11:42AM 08.253
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 498, in __call__
handler.get(*groups)
File "/base/data/home/apps/blurry-lunch/6.330217185206397397/iwantlunch.py", line 28, in get
for location in locations:
File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1324, in __iter__
return self.run()
File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1657, in run
query_run = self._proto_query.Run(*self._args, **self._kwds)
File "/base/python_lib/versions/1/google/appengine/ext/gql/__init__.py", line 572, in Run
it = bind_results.Run()
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 860, in Run
return self._Run()
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 882, in _Run
_ToDatastoreError(err)
File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1637, in _ToDatastoreError
raise errors[err.application_error](err.error_detail)
Timeout