Skip to Content
0
Jun 25, 2020 at 05:50 PM

Redwood BPA notification options?

223 Views

In redwood BPA I have about 56 jobs running every night and the job owners wanted notifications if the jobs failed, so I created a definition for every job, then I created a job chain with that main job as step 1 and then system_mail_send as job 2 and use the status handlers to make it go to Step 2 if it fails and if Step 1 completes it goes right to the end. So I created a job chain with notification(Step 1 and Step2) for all of those 56 jobs and then I added all these job chains into a master nightly job chain which contains every job definition and also in that master nightly chain some of those definitions runs in parallel as they are not dependant on each other. Is there a better way to achieve this or the way I have done it is pretty much the way it is done when using redwood BPA without other products?