Ignore my email below. This was about routes.py not cron. I got confused. On Jan 30, 2:32 pm, mdipierro <[email protected]> wrote: > On Jan 30, 10:44 am, Oguz Yarimtepe <[email protected]> wrote: > > > On Tue, 26 Jan 2010 07:00:25 -0800 (PST) > > > mdipierro <[email protected]> wrote: > > > I am not sure if tasks staring with * or ** run under extcron so I > > > suggest not using pycron. Given hardcron you do not need pycron > > > anyway. > > > > Mind that this is in the process of being refactored a bit. Perhaps > > > you can help with testing and debugging so you can be sure it works as > > > you need it. > > > I tested it. I had to run built_in server and stop it. Then with the apache > > installation that has mod_wsgi configuration, i was able to see that the > > cron job is executed. But the buil_in server windows had to be opened. > > I will look. that should not be the case. May be a bug. > > > So i didn't get why it is not working without running the built_in server. > > > There is also one thing i wanna know. Is it possible to change the cron > > settings on the fly? > > You can edit them but somehow the running process needs to run: > > from gluon.rewrite import load > load() > > > -- > > Oguz Yarimtepe <[email protected]> > >
-- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

