Hi,
We are currently having issues connecting to our datastore. Is anyone
else seeing this issue?

  File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1579, in fetch
    raw = raw_query.Get(limit, offset)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1063, in Get
    prefetch_count=limit)._Get(limit)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1000, in _Run
    raise _ToDatastoreError(err)
Timeout

We currently have around 300,000 entries in the database. The code
does a plain .all() on the model. The error occurs when we attempt to
fetch any number of results from the query.

query = User.all()
entries = query.fetch(9) # this triggers the error

We are also unable to view any data using the data viewer on the
dashboard.

Any ideas?
Chris Hannam
--~--~---------~--~----~------------~-------~--~----~
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