Events: Scheduled Jobs
Events you have to monitor in a scheduled job context are listed in the following table:
Event
Type
(severity)
Context / JSON
Description / Content
ScheduledJobMerge
Alert
(-)
A scheduled job will not be performed as the same scheduled job is already being performed or pending
"message":"JOB <jobid> merged with the pending JOB <jobid>"
The message indicates the merged job identifier and the pending job identifier
"message":"JOB <jobid> merged with the pending JOB <jobid>"
The message indicates the identifier of the merged job and the identifier of the job in progress
ScheduledJobStackAlert
Alert
(++)
Exceedance of the pending job number threshold from which all of the cancelable pending jobs (by default all of them) must be canceled
"message":"too many jobs are waiting (<nb of stacked job>), cancel cancelable jobs"
The message indicates the number of pending jobs to be deleted
ScheduledJobCancel
Alert
(+)
The job indicated has been canceled as the pending job number threshold has been reached
"message":" JOB <jobid> canceled because there is too many jobs stacked"
The message indicates the scheduled job identifier