[web2py] Re: Scheduler Quick question

2013-02-07 Thread Tim Richardson
Well there are definitely some experts here, but this is what I understand: 1) the scheduler should run as a completely detached process. 2) Windows, OS X linux have ways of doing this via task schedulers or startup scripts (often the task scheduler has an option that means run at startup).

[web2py] Re: Scheduler Quick question

2013-02-06 Thread Tim Richardson
On Wednesday, 6 February 2013 02:46:57 UTC+11, Leonel Câmara wrote: Yes it exists, independently what I want is to stop and relaunch the process when the webserver reboots. Why? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To

[web2py] Re: Scheduler Quick question

2013-02-06 Thread Tim Richardson
On Wednesday, 6 February 2013 23:13:31 UTC+11, Tim Richardson wrote: On Wednesday, 6 February 2013 02:46:57 UTC+11, Leonel Câmara wrote: Yes it exists, independently what I want is to stop and relaunch the process when the webserver reboots. Why? I'm a bit confused. A server is a

[web2py] Re: Scheduler Quick question

2013-02-06 Thread Leonel Câmara
Yes the scheduler certainly doesn't need to reboot every time the webserver restarts. However it's pratical that it does as many times, webserver reboots correspond with code updates that I want the scheduler to see too. -- --- You received this message because you are subscribed to the

[web2py] Re: Scheduler Quick question

2013-02-06 Thread Niphlod
unless changes are in modules, scheduler loads a pristine environment at every task (meaning that if you change models or task functions, as soon as you save the file the scheduler will pick up the changes) On Wednesday, February 6, 2013 5:35:10 PM UTC+1, Leonel Câmara wrote: Yes the

[web2py] Re: Scheduler Quick question

2013-02-06 Thread Leonel Câmara
I guess I'm having a hard time configuring the scheduler as a daemon on webfaction (not much of a sys admin) and it seemed more pratical to do it this way, since it would have the added advantage of reloading the modules and I have quite a bit of my code in modules. Quarta-feira, 6 de

[web2py] Re: Scheduler Quick question

2013-02-05 Thread Tim Richardson
On Tuesday, 5 February 2013 06:34:12 UTC+11, Leonel Câmara wrote: Hey, I don't know if this is relevant but I'm using webfaction with their wiki's install script. I was wondering what's the easy way to make the new Scheduler run automatically when my application reboots. Thanks

[web2py] Re: Scheduler Quick question

2013-02-05 Thread Leonel Câmara
Yes it exists, independently what I want is to stop and relaunch the process when the webserver reboots. -- --- 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