I'm using queue_task to execute a task once at a predefined time. The task itself calls queue_task when it finished executing itself to submit it self for a later execution at a predefined time. I'm currently testing it so I call web2p directly with the shell to check output.
This all works as expected and an entry is created in the scheduler_task table. When the task completes its status becomes COMPLETE and a new task is queued and executed at the predefined time (approximately). My problem is that the table scheduler_run remains empty. So I can't see the output of the task. It was filled during initial development tests. Is there a way to see logs of worker processes ? I couldn't find any. The logs directory of web2py is empty. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

