Property InterruptionLimit
- Namespace
- Millrace
- Assembly
- Millrace.dll
InterruptionLimit
Poison-pill threshold: a claim returning Attempt - Failures above this means the
job keeps getting interrupted without ever recording a failure — presumed to crash
workers — and is dead-lettered without executing.
public int InterruptionLimit { get; set; }