Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/cli / / runConsolidatorDlqList

Function: runConsolidatorDlqList()

ts
function runConsolidatorDlqList(options?): Promise<readonly ConsolidatorDlqEntry[]>;

Defined in: packages/cli/src/commands/consolidator.ts:232

W-065: make the permanent dead-letter queue: N status warning actionable. Operator-level (DB-wide) view, like the dlqSize counter in runConsolidatorStatus - listFailedBatches on the store is scoped to one SessionScope.userId, which a CLI does not have; use --user to narrow.

Parameters

ParameterType
optionsConsolidatorDlqListOptions

Returns

Promise&lt;readonly ConsolidatorDlqEntry[]&gt;

Stable