Method WithMetricsQueryTimeout
WithMetricsQueryTimeout(TimeSpan)
Sets the cancellation timeout for each individual COUNT query used to update backlog gauges. Defaults to 5 seconds per query.
public DurabilityBuilder<TDbContext> WithMetricsQueryTimeout(TimeSpan timeout)
Parameters
timeoutTimeSpan
Returns
- DurabilityBuilder<TDbContext>