Hi there,
while trying to understand how to use the scheduler, i found this post:
https://groups.google.com/forum/#!topic/web2py/VCPZmSc0vLc

In the Post, this code is writen:
db.scheduler_task.insert(function_name='task1',
                         task_name='task1',
                         stop_time = now + timedelta(days=90000),
                         repeats=0,
                         period=10)
g
Where do i put this code? in the model? I think this was partly answered in 
the post, but i dont understand it. can someone explain this to me?

Also, is there a way to let a scheduler run at a time writen in a db once 
and then rest until the next time occurs? or is a permanent run every few 
seconds checking for certain criteria the better solution?

And just to see if I understood this so far correctly:
the scheduler function is basically a function I write into the model, 
offering everything a "normal" function offers, exectued at times i 
determine?

Kind regards 
And

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to