As we scale up our service and add backends that use the pull queue REST API, we find that we are hitting the 100k/day limit. The documentation is not clear on whether or not this is billable. Is it possible to exceed this limit with billing enabled?
Asked
Active
Viewed 103 times
2 Answers
1
Enable billing and the limit increases to 1,000,000,000 https://developers.google.com/appengine/docs/quotas#Task_Queue

Eric Willigers
- 1,710
- 14
- 9
0
It appears that your info is outdated - this is not a limit that is listed in the current version of the quotas for pull queues: https://developers.google.com/appengine/docs/python/taskqueue/overview-pull#Quotas_and_Limits_for_Pull_Queues

Sologoub
- 5,312
- 6
- 37
- 65