Re: [google-appengine] How to throttle or batch transactional updates to an entity group

2011-09-22 Thread Steve Sherrie
every 2 seconds and not hit the entity write limit. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Nikolaj Sent: Thursday, September 22, 2011 3:59 PM To: Google App Engine Subject: [google-appengine] How to throttle or ba

RE: [google-appengine] How to throttle or batch transactional updates to an entity group

2011-09-22 Thread Brandon Wirtz
oogle-appengine] How to throttle or batch transactional updates to an entity group Hi there, I'm developing an application that requires me to create lots of child entities within the same entity group transactionally. The tasks being generated to do this come in unpredictable bursts - sometimes

[google-appengine] How to throttle or batch transactional updates to an entity group

2011-09-22 Thread Nikolaj
Hi there, I'm developing an application that requires me to create lots of child entities within the same entity group transactionally. The tasks being generated to do this come in unpredictable bursts - sometimes 100/s for an entity group. This is clearly exceeding the 1/s limit for transaction c