Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / ConsolidatorDlqClearOptions
Interface: ConsolidatorDlqClearOptions
Defined in: packages/cli/src/commands/consolidator.ts:287
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
before? | readonly | string | ISO date / epoch-ms: only batches that failed before this instant. | - | packages/cli/src/commands/consolidator.ts:296 |
config? | readonly | string | - | ConsolidatorCommonOptions.config | packages/cli/src/commands/consolidator.ts:48 |
exhaustedOnly? | readonly | boolean | Only clear EXHAUSTED batches (next_retry_at IS NULL). Default true - batches still awaiting retry belong to claimReadyBatches and are only removed with an explicit --exhausted-only=false. | - | packages/cli/src/commands/consolidator.ts:294 |
id? | readonly | string | Clear one batch by id. | - | packages/cli/src/commands/consolidator.ts:298 |
json? | readonly | boolean | Emit a structured JSON document instead of human-readable text. | ConsolidatorCommonOptions.json | packages/cli/src/internal/output.ts:71 |
jsonPrint? | readonly | JsonSink | Test seam - capture JSON documents instead of writing to stdout. | ConsolidatorCommonOptions.jsonPrint | packages/cli/src/internal/output.ts:77 |
nonInteractive? | readonly | boolean | Force --non-interactive semantics (skip prompts; require flags / env). | ConsolidatorCommonOptions.nonInteractive | packages/cli/src/internal/output.ts:73 |
print? | readonly | PrintSink | Test seam - capture human lines instead of writing to stderr. | ConsolidatorCommonOptions.print | packages/cli/src/internal/output.ts:75 |
user? | readonly | string | Narrow to one user's batches (scope_user_id). | - | packages/cli/src/commands/consolidator.ts:300 |