Hi Robert,
Thanks for your reply. But i found a strange
behaiviour, when i add tasks in the queue with the call below,
taskqueue.add(url='/autobot',
params={'key':game.userXid}, queue_name='autobot')
the execution of the task is not happening ASYNCHRONOUSLY. the code waits
for the task to be completed by executing the logic which i defined in
'/autobot' url and then it moves ahead with the instructions that follow
the taskqueue.add( ) function. Is there anything im doing wrong here?.
Thanks,
Hariprasath Mohankumar
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/SnPkO6wub4oJ.
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.