Hie Thanks for the response. I am confused a bit. If cron job does the scheduling then what Task Queue does?
Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Oct 25, 2010 at 8:51 AM, Didier Durand <[email protected]>wrote: > Hi Vik, > > Tasks scheduled via cron.xml is the way I would go: > http://code.google.com/appengine/docs/java/config/cron.html > > I would schedule a task every minute, make a query on the deadline for > donors and then do what has to be done. > > didier > > On Oct 24, 7:11 pm, Vik <[email protected]> wrote: > > Hie Guys > > > > Our application manages a list of blood donors. Time to time these blood > > donors are unreachable so the administrators can mark such blood donors > as > > inactive. > > > > However, these blood donors should be active again after 1 day > > automatically. How should we achieve this? ?In regular J2EE apis we can > > write scheduler classes to do the same. > > What is the option in GAE? Are there any limitations? > > > > I went through a bit and feel like task queues are the way. But I am not > > sure? If yes then for above scenario how should it be done? > > > > Thankx and Regards > > > > Vik > > Founderwww.sakshum.comwww.sakshum.blogspot.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
