Hi,
I am writing a script that is supposed to run quite a few inserts to
the datastore - up to a couple of hundred. My script keeps timing out
at 92. After I ran it a few times this evening, it wiped out my entire
datastore! I did some research and came across the following error
documentation: for the DatastoreTimeoutException
DatastoreTimeoutException is thrown when a datastore operation times
out. This can happen when you attempt to put, get, or delete too many
entities or an entity with too many properties, or if the datastore is
overloaded or having trouble.
I was not getting this error, but it does seem to have some bearing on
this case. What are the limit on entity 'putting' for a script?

Any suggestions would be appreciated.
Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to