I guess you could create a task that checks for recent failed tasks and sends an email about them.
On Friday, 13 July 2012 03:01:31 UTC-5, David Marko wrote: > > 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 ... >

