[google-appengine] Re: OverQuotaErrors on Image Transforms

2009-06-17 Thread Nick Johnson (Google)
Hi Federico, That could be causing the issue, particularly if you get a burst of users uploading pictures. Currently your best option is probably to do the resizes in a cron job when you can, but the task queue API is coming Real Soon Now, so waiting may be a better bet. :) -Nick Johnson On Wed,

[google-appengine] Re: OverQuotaErrors on Image Transforms

2009-06-17 Thread Nick Johnson (Google)
Hi Federico, Quotas are divided into smaller time periods than just daily, to prevent a single burst from exhausting an entire day's quota, and leaving your app inaccessible for the remainder of the day. Does your app have particularly bursty traffic to the Images API? -Nick Johnson On Tue, Jun