How many times does a task fail before it disables?
As the question says, after a task fails so many times Clarity disables it and adds a note in the task (which is great). How many fails does it take disable?
Angelica,
There are some settings in the Clarity Monitoring exe config file that control this:
<!-- settings related to Repeated Errors task check, how far to look back, and how many consecutive errors to trigger -->
<add key="RepeatedErrorLookbackWindow" value="60" />
<add key="RepeatedErrorCount" value="3" />
It looks back over a certain number of days.
It looks for a certain amount of errors in a row.
And then I believe it is a setting on your Clarity Server Settings page "Erroring Task Cleanup Alert" whether it does nothing, sends just a "Warning" email, or "Disables" the task.
-Matt
@Matt Mason - Could these settings be exposed on the Clarity Server Settings page (esp. the lookback window)?