Re: [google-appengine] Datastore down

2013-07-08 Thread Daniel Florey
Hi Jeff, thanks for your valuable reply. As a workaround I've slowed down my app. This seems to fix the issue. It would be great to get more detailed info on this topic in the docs. Thanks, Daniel Am Sonntag, 7. Juli 2013 18:54:40 UTC+2 schrieb Jeff Schnitzer: How many entities are you

Re: [google-appengine] Datastore down

2013-07-08 Thread Barry Hunter
At a total guess, its the same underlying reason why this was implemented: https://groups.google.com/forum/#!topic/google-appengine/Yt9W204jips On Mon, Jul 8, 2013 at 9:57 AM, Daniel Florey daniel.flo...@gmail.comwrote: Hi Jeff, thanks for your valuable reply. As a workaround I've slowed down

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

Re: [google-appengine] Datastore down

2013-07-07 Thread Vinny P
On Sun, Jul 7, 2013 at 2:57 AM, Daniel Florey daniel.flo...@gmail.comwrote: 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

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

[google-appengine] Datastore down

2013-07-06 Thread Daniel Florey
Our app is not working since 2 days due to datastore outage. This is very bad as this is causing manual support/interaction for hundreds of clients. I'm getting tons of errors like this: Operation failed due to internal error, aborting

Re: [google-appengine] Datastore down

2013-07-06 Thread Vinny P
On Sat, Jul 6, 2013 at 2:54 PM, Bert robertbcur...@gmail.com wrote: Is this happening all the time or just for some requests? Perhaps include the code that results in the exception being thrown. +1. DatastoreTimeoutExceptions generally occur when applications try to put/delete large amounts

[google-appengine] Datastore down: _ToDatastoreError(err)

2009-12-11 Thread fedestabile
Hi, does anyone else is having problems with the Datastore? raising _ToDatastoreError(err)? Also, does anyone know how to report an issue to the System Status http://code.google.com/status/appengine;? Thanks, Fred -- You received this message because you are subscribed to the Google Groups

[google-appengine] Datastore down?

2009-04-20 Thread sma
Is the datastore down? I get the following errors: 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