I can see the following note in WEB2py Book: > "NB: scheduler_run records will be created as before for *FAILED*, * > TIMEOUT* and *STOPPED* tasks's statuses."
Is there a way how to force to log(create scheduler_run entry) even for succesfull run? Sometimes one need to gather some information using simple print statement about the run and would be nice to see it in this run entry. Thanks for any hint ..... --

