Hi,
i have an alert that is triggered when the ScheduledTask fails, the condition has to exist for 1h before i am notified by mail.
Scheduled Task:
Runs every 15 minutes.
The Alert is supposed to query the LastRunResult every time the task has run. If this fails 4 times, i.e. the task was not finished successfully 1 time in 1h, the warning mail should be sent to me first. Currently the mail is generated 1 hour after the task has failed. Although he continued to run successfully after that.
Thank you!