I turned on scheduler with following line in my config file in
the [global] section:

tg.scheduler       = True


In my controller file I added a function to be run every 2 weeks like
so:

import turbogears.scheduler
turbogears.scheduler.add_weekday_task(action=payday_update,
 
weekdays=(3,),
 
timeonday=(4, 30))

It doesn't seem to be working anymore.

Any help greatly appreciated debuggin this.


Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to