Re: [appengine-java] Re: "Policy prevented put operation" during stress testing

2010-03-08 Thread Ikai L (Google)
Some of these quotas can be increased (500 req/s) via the billing issues form: http://code.google.com/appengine/kb/billing.html On Sun, Mar 7, 2010 at 12:55 PM, Jon Blower wrote: > On closer inspection of my logs, it appears that I might be hitting my > per-minute limits for read/write to the da

[appengine-java] Re: "Policy prevented put operation" during stress testing

2010-03-07 Thread Jon Blower
On closer inspection of my logs, it appears that I might be hitting my per-minute limits for read/write to the datastore, and possibly memcache. Although I'm nowhere near the limit of 4800 calls/minute to the image manipulation API, I might well be hitting the 5 megabyte per minute limit for that

[appengine-java] Re: "Policy prevented put operation" during stress testing

2010-03-05 Thread Jon Blower
I haven't done anywhere near 14,000 image transforms in the entire lifetime of the application (only 491 today for instance) so I don't think this is the reason I'm getting the OverQuotaException for image transforms. I haven't noticed my Quota page showing "limited" for any quantity, but haven't

Re: [appengine-java] Re: "Policy prevented put operation" during stress testing

2010-03-05 Thread Ikai L (Google)
Is there any chance you're hitting per minute quotas? http://code.google.com/appengine/docs/quotas.html Image transforms have this quota, for instance: 14,000 transforms/minute Memcache has a limit of 56/mb of writes and 284/mb of reads. On Fri, Mar 5, 2010 at 1:49 PM, Jon Blower wrote: > Hi

[appengine-java] Re: "Policy prevented put operation" during stress testing

2010-03-05 Thread Jon Blower
Hi Ikai, I'm afraid I don't have any unit test code easily available, but I could make a code sample when I have a little more time. In the meantime I have some more information. It's not just the memcache put operation that fails in this way. I've also seen similar failures of other API operat