If you program a retry around the line
> plog.py", line 958, in get
>    blogger_info.put()
it will work often the second time

2009/4/17 lookgirl <sag...@gmail.com>:
>
> I have a running app now, and it often get many error like following,
> the error looks like same format "xxx.put()" "Timeout".
> Could you give me some advice that how to fix the error?
>
>
> #
> E 04-16 06:22PM 54.882
>
> Traceback (most recent call last):
>  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> __init__.py", line 501, in __call__
>    handler.get(*groups)
>  File "/base/data/home/apps/asianbestbikini/1.332832488392235081/
> plog.py", line 958, in get
>    blogger_info.put()
>  File "/base/python_lib/versions/1/google/appengine/ext/db/
> __init__.py", line 669, in put
>    return datastore.Put(self._entity)
>  File "/base/python_lib/versions/1/google/appengine/api/
> datastore.py", line 166, in Put
>    raise _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 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