I have created Scheduler tasks as described here: http://web2py.com/books/default/chapter/29/4#Scheduler-%28experimental%29
The process was successfully added to the queue in db.scheduler_task right after creation of the task in separated model. However it looks that processes not get activated or assigned to any workers afterwords. Mentioned link describes the activation/assigning procedure via command line command: "python web2py.py -a yourpass -K myapp -X". I wonder where this command should be executed? I have tried in bash and python console but had no luck. I will appreciate any help in this matter. Thank you in advance.