Tasks are just like any other request, so there really isn't
anything special to show you. Just write a request handler like any
other.
Robert
On Tue, Sep 6, 2011 at 05:46, Hariprasath Mohankumar
<hariprasath...@gmail.com> wrote:
> Hi,
> Im new to Task Queues API. Can anyone share with me a
> sample that i can use for running some backgorund process in my application?
> Also I have one more question regarding the push queues. When does the
> execution of the tasks in the queue starts? Does it start immediately after
> a task in added into the queues?
> 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/-/7zh_OnoYSg0J.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
Robert
On Wed, Sep 7, 2011 at 03:41, Hariprasath Mohankumar
<hariprasath...@gmail.com> wrote:
> 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 is not moving 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/-/5qw1CmOMklIJ.