Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / ConsolidatorStatus
Interface: ConsolidatorStatus
Defined in: packages/memory/src/consolidator/types.ts:156
Status snapshot returned by Consolidator.status.
Public shape: { tier, queueDepth, dlqSize, lastRuns, budgetRemaining, deferredRuns } — extended with a few additional fields the server health endpoint and the graphorin consolidator status CLI consume.
queueDepth is an alias for pendingConflicts (the size of the deep-phase queue); both fields are populated for backwards compatibility.