yep. -k is for certs. -K and -X are scheduler related. PS: -a is not needed if you want to start just the scheduler process
e.g. 1st shell: web2py.py -a secretpass --> starts the webserver 2nd shell: web2py.py -K theappname --> starts the scheduler process vs one-shell-only: web2py.py -a secretpass -K theappname -X --> starts both the webserver and the scheduler process in the latter -a is needed to avoid the default widget to show up (the idea is that if you have the widget on, you can start the scheduler from the menu) On Friday, March 1, 2013 3:39:58 PM UTC+1, Manuele wrote: > > Il 01/03/13 15:14, Manuele Pesenti ha scritto: > > Hi! > > It seams not every times I'm able to setup properly the scheduler to > > run a simple function every (for example) 10 seconds. > > > > This is how I run the framework: > > > > $ ./web2py -a secretpass -k appname > ok, the trick was to use the right option K (upper case) > > It was driving me mad... :-P > > M. > -- --- 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/groups/opt_out.

