Property HandlerTimeout
HandlerTimeout
Maximum time a handler is allowed to run before being cancelled. When set, the handler receives a cancellation token that fires after this duration. Timeout cancellation is treated as a handler failure (increments ErrorCount) and will eventually lead to poisoning after MaxRetries. Default: null (no timeout).
public TimeSpan? HandlerTimeout { get; set; }