Table of Contents

Property MaxQueueDepthPerType

Namespace
MailFathom.Application.Jobs.Execution
Assembly
MailFathom.Application.dll

MaxQueueDepthPerType

Gets how many jobs of one type may be waiting before enqueuing expresses backpressure.

public int MaxQueueDepthPerType { get; }

Property Value

int

Remarks

Waiting means pending rather than outstanding: work a process is already running is bounded by the concurrency ceilings above and is not part of the depth this refuses against.