I have tried the examples found in the book and the scheduler works very fine as expected. But how to use it in "real life"? My questions:
- I have written an application with contains only the scheduler. It woks, but does the scheduler need it's own application? What is the best way to communicate between the Scheduler and the Main application - Then I have tried to add a scheduler to an existing application. The worker shows it's heartbeat, but does not pick up any task, What could be wrong? - What is the best way to start both (scheduler and other application) in Linux and in Windows? python web2py.py myapp -K myscheduler is the wrong way - In the scheduler_worker there is a field called "is_ticker": what does it mean? Regards, Martin --

