Hi,

I can't imagine that the datastore is timing out on a single get_by_key_name
call, but I imagine that it is possible within the context of a request
making multiple datastore calls, or a series of get_by_key_name calls, such
as in a loop.

What kind of things are going on in the rest of this request?

-Marzia

On Sat, Dec 20, 2008 at 4:10 PM, MajorProgamming <sefira...@gmail.com>wrote:

>
> 12-19 06:34PM 51.839
> 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/[edited out]/1.329827330674031168/
> helloworld.py", line 96, in get
>    curuser=CellPhones.get_by_key_name("n:"+number)
>  File "/base/python_lib/versions/1/google/appengine/ext/db/
> __init__.py", line 837, in get_by_key_name
>    return get(*keys)
>  File "/base/python_lib/versions/1/google/appengine/ext/db/
> __init__.py", line 1032, in get
>    entities = datastore.Get(keys)
>  File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 217, in Get
>    raise _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
>
> I understand that I get timeouts for put() operations, but what's the
> explanation for this one?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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