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
1.
|
implement feature in Job Scheduler and add xml attributes | Resolved | extern |
|
||||||||
2.
|
add attributes to Job Editor | Resolved | Mürüvet Öksüz (Inactive) | |||||||||
3.
|
add attributes to Managed Jobs interface | Resolved | Oliver Haufe |
|