Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Job Scheduler should send warning messages if a job step takes longer or shorter than a configurable amount of time.
This is configured with a new attributes at the job element:
<job warn_if_longer_than="..." warn_if_shorter_than="..."/>
The duration can be specified in
-seconds
-HH:MM
-HH:MM:SS
-Percentage of the average job step time, e.g. warn_if_longer_than="130%", warn_if_shorter_than="10%"
If the duration is longer then expected, Job Scheduler should send a warning mail:
"Task name:task_id has now been running for hh:mm:ss and is still running."
If the duration is shorter then expected, Job Scheduler should send a warning mail:
"Task name:task_id has ended after hh:mm:ss. It was expected to run hh:mm:ss by average."
Attachments
There are no Sub-Tasks for this issue.