Greetings, I am using web2py scheduler and looking the way to get scheduler_run.traceback and scheduler_run.run_result for reporting. Any idea how I can get it? After I setting up the task by: task=scheduler.queue_task(test_js_task,pvars=dict(x)) I can get only task.id and task.uuid.
What is the way to get scheduler_run.id in order to get mentioned parameters? In addition I would like to add several extra fields to scheduler_task table - is it possible? If yes can you please tell me the way? Thank you 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/groups/opt_out.

