On Mon, Nov 17, 2008 at 11:48 AM, Alex Cheng <[EMAIL PROTECTED]> wrote: > > I want to add a timer to my GAE application, so I can execute certain > logic at given interval. I tried python's Timer object (http:// > www.python.org/doc/2.5.2/lib/timer-objects.html), but it doesn't seem > to work properly. >
If you want cron jobs, you may try this http://code.google.com/p/gaeutilities/wiki/Cron. Good luck. :-) -- Best Regards, TANG Jiyu (Blog: http://jiyu.wordpress.com.cn) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
