My Google App Engine (python) app is failing periodically when trying to add a new task to a task queue, and giving the error message:
OverQuotaError at /path/to/app/ The API call taskqueue.BulkAdd() required more quota than is available. But when I check my app settings at appspot.com I see the following: Task Queue Task Queue API Calls 0% 0 of 20,000,000 Okay Task Queue Stored Task Count 0% 223,554 of 200,000,000 Okay Task Queue Stored Task Bytes 66% 68,917,979 of 104,857,600 Okay As far as I can tell I'm not over my limits, does anyone know why this would fail? -- 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.
