Table of Contents

Property AdmitsRequest

Namespace
MailFathom.Application.Emails.Embeddings.Limits
Assembly
MailFathom.Application.dll

AdmitsRequest

Gets whether a request may be sent under this period.

public bool AdmitsRequest { get; }

Property Value

bool

Remarks

Asked of the period rather than of the request, because a batch is admitted whenever anything at all is left and is then paid for whole. Weighing the batch against what remains instead would stall a deployment whose ceiling is smaller than one batch forever — it would refuse the same request at every roll-over — and the overshoot the simpler rule allows is bounded by one batch per concurrent call, which is the tolerance the configuration reference states.