Re: [google-appengine] Datastore down

2013-07-07 Thread Daniel Florey
Hi, thanks for your reply. I cannot believe that datastore is not able to handle many write requests simultaneously. Where did you get this information? Of course I'm not writing to the same entity groups, just plain entities. Any insight would be highly appreciated! My code is quite simpe, just w

Re: [google-appengine] Datastore down

2013-07-07 Thread Vinny P
On Sun, Jul 7, 2013 at 2:57 AM, Daniel Florey wrote: > I cannot believe that datastore is not able to handle many write requests > simultaneously. Where did you get this information? Of course I'm not > writing to the same entity groups, just plain entities. > The same exception sometimes happen

[google-appengine] Re: 100% URL Fetch Failure from 2013-07-05 20:15:34 to 2013-07-05 22:34:30 MDT

2013-07-07 Thread Cesium
Check it out. I actually found this on the System Status Page (classified as a pretty green "everything's hunky dory" check mark). David -- You received this message because you are subscribed

[google-appengine] Re: 100% URL Fetch Failure from 2013-07-05 20:15:34 to 2013-07-05 22:34:30 MDT

2013-07-07 Thread Cesium
I found this on the System Status Page (classified as a green "everything's hunky dory" check mark.) This chart,"Measures the latency, in milliseconds, of a urlfetch API call to fetch Google.com."

Re: [google-appengine] Datastore down

2013-07-07 Thread Jeff Schnitzer
How many entities are you trying to write at once? There are rate limits to what you can do from a single instance. A batch write will be broken up into chunks internally, plus you can only have a certain number (10 I think) of async requests in flight at once. In practice, writing large numbers o