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/30626d8e-9144-42fa-bd5b-4da3d563e797%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to