[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 the queue.yaml 
 https://cloud.google.com/appengine/docs/python/config/queue#Python_Setting_the_storage_limit_for_all_queues
 .
 2) You are hitting a safety quota limit 
 https://cloud.google.com/appengine/docs/quotas?hl=en#Safety_Quotas_and_Billable_Quotas,
  
 spreading out your calls / reducing the number of tasks will help here.


I was set total_storage_limit line as below:
 total_storage_limit: 1G
However, I was unable to add tasks that is more than 500MB to the Task 
Queue.

What is a safety quota limit for the Task Queue?

We should be able to extend the Task Queue Stored Task Bytes to 1GB or more.
What do we have a problem?


https://cloud.google.com/appengine/docs/go/config/queue#Go_Setting_the_storage_limit_for_all_queues
 The default limit is 500M (500 megabytes) for free apps. For billed apps 
there is no limit until you explicitly set one.

https://cloud.google.com/appengine/docs/quotas#Task_Queue 
Task Queue Stored Task Bytes500 MB. Configurable up to 1 GB.None. 
Configurable up to the *Stored Data (billable).*

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/afb04acb-c70d-40d1-a809-4080cc2b4a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
https://cloud.google.com/appengine/docs/python/config/queue#Python_Setting_the_storage_limit_for_all_queues
.
2) You are hitting a safety quota limit 
https://cloud.google.com/appengine/docs/quotas?hl=en#Safety_Quotas_and_Billable_Quotas,
 
spreading out your calls / reducing the number of tasks will help here.

I have not seen any new reports of others having this issue.

On Saturday, August 1, 2015 at 10:12:48 AM UTC-4, 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 anyone know, why tis error is being caused and what 
 is the solution to rectify this.

 I saw some past post 3-4 yrs back which says this was a major bug and its 
 resolved long back. Why I am seeing this error?

 Quick response will be appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b9298a76-1a07-404f-b92d-33b41f012b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 anyone know, why tis error is being caused and what 
 is the solution to rectify this.

 I saw some past post 3-4 yrs back which says this was a major bug and its 
 resolved long back. Why I am seeing this error?

 Quick response will be appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f16e55f3-635e-443e-b5aa-8a9a5a4c0799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OverQuotaError: The API call taskqueue.BulkAdd() required more quota than 
is available.

AppCodes tk.385712972335950786 error:

None

Traceback (most recent call last):

File 
/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py,

line 570, in dispatch

 return method(*args, **kwargs)

   File /base/data/home/apps/s~abhiphanse/tk.385712972335950786/views.py,

line 775, in get

 self._callHandlingMethod(url, self.getRegexps)


   File /base/data/home/apps/s~abhiphanse/tk.385712972335950786/views.py,

line 852, in _callHandlingMethod

 function(*matched.groups())


   File /base/data/home/apps/s~abhiphanse/tk.385712972335950786/views.py,

line 3065, in check_fastqueue_get

 deferred.defer(check_fastqueue, False,

_queue=fastquerieshandlingqueue)


File 
/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/deferred/deferred.py,

line 269, in defer

 return task.add(queue, transactional=transactional)

File 
/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py,

line 1134, in add

 return self.add_async(queue_name, transactional).get_result()



File 
/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py,

line 613, in get_result

 return self.__get_result_hook(self)

 

File 


/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py,

line 1948, in ResultHook

 rpc.check_success()


File 
/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py,

line 579, in check_success

 self.__rpc.CheckSuccess()

 

File 
/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py,

line 134, in CheckSuccess

 raise self.exception


OverQuotaError: The API call taskqueue.BulkAdd() required more quota than

is available.