I'm trying to run two different function with two different periodic times. I think what you mean is that I still can do it using from gluon.scheduler import Scheduler Scheduler(db,dict(function1=f1,function2=f2))
and then in the schedule use function1 and function2 to create two different periodic tasks. I've tried this, and it did not work. On Sunday, 5 July 2015 10:44:18 UTC-4, Anthony wrote: > > Once the scheduler has been defined, you can run tasks from anywhere. Why > do you need to define it again in another model file? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

