Folks,

I found the cause yesterday, but it took until this morning to find
and apply a lasting fix.

The quotas for taskqueue.Delete were being applied incorrectly to a
single app id (thankfully, not an app id in use by anyone). When this
app id ran out of quota, everyone would be experiencing quota denials
for taskqueue.Delete (and incidentally for taskqueue.PurgeQueue, but
not for any other calls). I've applied an immediate fix and a long
term fix.

PIease let me know if you continue to have OverQuota errors for
taskqueue.Delete or taskqueue.PurgeQueue.

Before mentioning issues, please make sure the OverQuota errors took
place AFTER 6 pm 6/6/11 PDT, and only for taskqueue.Delete or
taskqueue.PurgeQueue.

Thanks for your patience,

Nick Verne

On Tue, Jun 7, 2011 at 10:07 AM, Anton Kolechkin
<anton.kolech...@gmail.com> wrote:
> Hi All. I have the same problem on my test application.
> I have just one queue with one task with eta. I try to delete the
> task.
>
> <class 'google.appengine.runtime.apiproxy_errors.OverQuotaError'>: The
> API call taskqueue.Delete() required more quota than is available.
>
> On Jun 1, 8:29 am, working <coro...@gmail.com> wrote:
>> Dear All,
>> I started getting this error today.
>>
>> "The API call taskqueue.Delete() required more quota than is
>> available"
>>
>> I only lease_tasks(500). After processing, I want to delete_tasks
>> them. But failed.
>> Any suggestion? The limit for lease_tasks is 1000, and there is no
>> mention about the limit for delete_tasks. I check the dashboard, and I
>> have plenty quota for everything.
>> So strange~~
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to