[google-appengine] Re: Taskqueue INVALID_REQUEST error in pull queues

2016-01-12 Thread Nicholas (Google Cloud Support)
Thank you for sharing your error and discovery here with us. As you've mentioned, the maximum number of tasks one can lease is 1000, as supported by this Go article about Leasing tasks with Pull Queues . This

[google-appengine] Re: Taskqueue INVALID_REQUEST error in pull queues

2016-01-12 Thread Andrew Haskell
Nvm in my real code I was leasing 2000 tasks but the max I can lease is actually 1000. On Tuesday, January 12, 2016 at 12:49:52 PM UTC-5, Andrew Haskell wrote: > > I'm using a pull queue in Appengine for Go and while locally leasing tasks > worked just fine, when I deployed my code, the call to