[Taskforest-discuss] email notices for failed recurring jobs
Brought to you by:
enoor
From: Brian R. <ro...@mo...> - 2010-09-04 17:36:21
|
Howdy! We found a problem with recurring jobs not sending failure emails. The only time you would get a fail email is if the very first occurrence of the job failed. This is caused by the way the recurring jobs are created in Family.pm. I've included a patch that moves the chunk of code that sets up emailing to a function (TaskForest::Family::_configureEmail()) allowing for it to be called from TaskForest::Family::_createRecurringJobs() The same problem exists with tokens, I just noticed. Anyway, this solved the problem so I thought I'd share. Thanks! - Brian Roach |