Are you exceeding this limit?
If not, what is the app id so that I can check why you are getting this error.
> --
> 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-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>
This is looking like more than a temporary glitch. We're currently
trying to track the problem down. I don't have anything concrete just
yet.
Thanks for your patience,
Nick Verne
How many tasks are in the list of tasks to be deleted, at the time
that the OverQuotaError is raised?
Thanks in advance,
Nick Verne
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