Stopped job alert

The StoppedJobAlert feature is used to receive notifications about "stopped jobs" and "jobs yet to start" at scheduled intervals. It checks the job's next run time and compares it with the current time. If the next run time is past due, it will notify the relevant stakeholders. The feature also checks the job run detail table for entries where the job start time is present but the end time is not updated. If the elapsed time since the job batch's start time is more than 60 minutes, it sends an email notification to the relevant stakeholders.

Architecture

Prerequisites

  • For checking the stop jobs, In Client settings, it should be mentioned as a “STOPPED_JOB_EMAIL_ENABLED” Key and the Value should be “YES”.

  • It should be given an entry for a Key as “STOPPED_JOB_IDS_FOR_MAIL” and the value for it will be the respective jobId’s

  • In ClientSettings, add the respective stakeholders email details like from email, to email, subject,etc…

  • In the clientSettings, add the respective stopped Job notification email template.

Last updated