> > Just tested on latest web2py from trunk and Pythzon 2.7.3 on Win7. > Everything seems to working as expected.
One question: is there a way how to define function that is run when task failes? I mean situation I would like to add some mail notification on fail or something? e.g. onFailure=myFunction(id=id of item in schedule_run table). This would be nice also for other state changes ... BTW: Great work ...