Hello all, I have a scheduled task configured to run once a day as worker task. It is a task that may take total run about 5 minutes. Currently the worker selects the task and executes it. The task has prevent_drift = false, retry_failed = 0 and timeout value = 600
I have placed some log lines along the entire task to see if i see any problems, but, although the function seems to run completely without error, in the table db.scheduler_task the task remains RUNNING always. The state does not change. I can see in table db.scheduler_run the task RUNNING always. The task dont timeout too. I tried to run the task in web2py shell mode with success, it not shows any problem and print statements show me that the task is running aparently without error. In the web2py.log file i can't see any problem logged with scheduler, im thinking in enable more verbosity to the log, maybe in this way i can see more information... Any ideas how i can debug the problem or similars experiences? Im using Web2py 2.14.6-stable + MySQL + Apache Thanks in advance -- 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.

