Table of Contents

Property ExceedsSpendCeiling

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

ExceedsSpendCeiling

Gets whether the declared ceiling refuses this activation outright.

public bool ExceedsSpendCeiling { get; }

Property Value

bool

Remarks

Weighed against the ceiling one period admits rather than against what the current period has left, because the question is whether the deployment ever agreed to a spend of this size. Comparing against the remainder would make the same activation succeed in the morning and be refused in the afternoon, which is a schedule rather than a budget — and ADR 0006 chose the refusing ceiling over the pacing one for exactly that reason.

Only a run that would start applies. Resuming a reindex, re-activating what already serves, and colliding with a different reindex each spend nothing this command decided on, so refusing them on a ceiling would refuse a deployment the right to read its own state.