Table of Contents

Property HandlerTimeout

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

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; }

Property Value

TimeSpan?