Field HistoryLimit
How many unsuccessful attempts are kept per job.
public const int HistoryLimit = 10
Returns
- int
- How many unsuccessful attempts are kept per job.
Remarks
A cap rather than a background prune: retention that needs a sweeper is retention that silently stops working when nobody runs the sweeper. Ten is enough to see a pattern — the same error repeating, or failures alternating with interruptions — and the counters on the job row are never pruned, so a truncated timeline can never understate how often something failed.