Is anyone else seeing this issue at all? My app is not enabled for billing, but my dashboard says all quotas are okay. My app heavily relies on task queue operations, but I have always been under 15-20% of the allowed quota every day. I can't imagine I reached 100% yesterday. And even so, it should have been reset at midnight PST. For now, I have suspended all taskqueue.lease_task() operations, by disabling cron jobs. But I'm still doing taskqueue.add().
Does anyone think it'll help if I enable billing? I was planning on doing that anyway, once the new pricing kicked in, but I'm considering doing it sooner, if it helps this problem. Here's the production issue which I logged: http://code.google.com/p/googleappengine/issues/detail?id=6067 Thanks in advance. On Sat, Oct 8, 2011 at 3:04 AM, Rishi Arora <[email protected]>wrote: > My app suddenly started failing with this exception: > > OverQuotaError: The API call taskqueue.QueryAndOwnTasks() required more quota > than is available. > > I can call taskqueue.add(), but taskqueue.lease_tasks() fails with this > exception. I can't tell for sure whether I exceeded my taskqueue API quota > yesterday, but nevertheless, the quotas should have been reset about an hour > ago. > > "System status" in the Dashboard shows TaskQueues have elevated load. Is > there a know problem that will be fixed soon? > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
