On Oct 27, 5:00 am, Chris H <bassdr...@gmail.com> wrote:
> 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
>2: 
>code.google.com/p/appfilesbrowser/source/browse/trunk/onlinedebug/onlinedebug.py,
> pay or just intermittence thrice I do
--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to