GAE Task Queue support

1 view
Skip to first unread message

George Moschovitis

unread,
Nov 17, 2009, 6:20:47 AM11/17/09
to nitro-devel
Dear devs,

I just added preliminary support for the task queue api:

var taskqueue = require("google/appengine/api/labs/taskqueue");
taskqueue.add({url: "/worker", method: "GET", params: {par1: "hello",
par2: "world"}});

var task = new Task({url: "/worker", method: "GET", params: {par1:
"hello", par2: "world"}});
task.add("customqueue");

This is an important addition to appenginejs, you cannot really write
meaningful GAE applications without queues.

I would love to hear comments and suggestions (as well as patches for
the missing features).

regards,
George.

Roberto Saccon

unread,
Dec 2, 2009, 8:52:58 PM12/2/09
to nitro-devel
Finally I tried out the ask queue api, and it works perfect for me.

What caused a bit of headache is the fact that on dev_server task
queues are at this time not executed automatically, however this is
mentioned somewhere in the Google documentation.

--
Roberto

On Nov 17, 8:20 am, George Moschovitis <george.moschovi...@gmail.com>
wrote:

George Moschovitis

unread,
Dec 3, 2009, 2:54:29 AM12/3/09
to nitro...@googlegroups.com
the forthcoming 1.2.8 api will automatically execute tasks in the dev server.

-g.

--

You received this message because you are subscribed to the Google Groups "nitro-devel" group.
To post to this group, send email to nitro...@googlegroups.com.
To unsubscribe from this group, send email to nitro-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nitro-devel?hl=en.





--
blog.gmosx.com
Reply all
Reply to author
Forward
0 new messages