I can answer my own question on this one. The docs are a little confusing it seems to me. They seem to suggest that one can pass queue as a kw to taskqueue.add. What you have to do if you want to do this ... apparently ... is create an instance of Task and THEN use task.add (queue_name='foo').
On Apr 18, 5:36 pm, Jay <[email protected]> wrote: > Has anyone had issues with the queue_name keyword argument to > taskqueue.add? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
