[google-appengine] Re: Getting the following error: "OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available"

2015-08-01 Thread Neha Phanse
On Saturday, August 1, 2015 at 7:42:48 PM UTC+5:30, Neha Phanse wrote: > > Getting the following error: "OverQuotaError: The API call > taskqueue.BulkAdd() required more quota than is available" > > I have 100$ billing enabled for a day and its going only till 11-12 $ > before resetting. Can an

[google-appengine] Re: Getting the following error: "OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available"

2015-08-03 Thread Ryan (Cloud Platform Support)
There are a few reasons this could be happening. The most likely are: 1) The total_storage_limit is set too low in the queue.yaml . 2) You are hitting a safety quota limit

[google-appengine] Re: Getting the following error: "OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available"

2015-08-26 Thread takanao ENDOH
Affecting me too. I am reported about this issue. https://code.google.com/p/googleappengine/issues/detail?id=12283 2015年8月4日火曜日 3時09分02秒 UTC+7 Ryan (Cloud Platform Support): > > There are a few reasons this could be happening. The most likely are: > > 1) The total_storage_limit is set too low in