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 taskqueue.Lease 
> gave me this error:
>
> API error 13 (taskqueue: INVALID_REQUEST) *internal.APIError
>
> My lease call was:
>
> tasks, err := taskqueue.Lease(ctx, 100, "pullqueue", 60)
>
> And it has happened no matter what parameters I pass in, like parameters 
> for a blank queue name. Has anyone else gotten this error? Thanks in 
> advance for the help!
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b43dbe65-21b1-4bc7-9d4e-ae8d82f20f05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to