I am a newbie in Google App Engine and am experimenting on Task Queue.

Have added the following code in my servlet:
Queue queue = QueueFactory.getDefaultQueue();
TaskOptions lUrl = TaskOptions.Builder.url("/sign");
queue.add(lUrl);

Queue.xml:
<queue-entries>
  <queue>
    <name>default</name>
    <rate>1/s</rate>
  </queue>
</queue-entries>

When i deploy the application in google app engine, it shows the queue
and says "no task defined for the queue" ?
What am i missing? what is the code that i need to 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to