edgectl relay deadletter list

List deadletter entries

Synopsis

Lists all segments that have exhausted their retry budget and entered
the deadletter state. Each entry shows the segment ID, peer ID,
attempt count, and timestamps.

Use 'edgectl relay deadletter inspect' to see the full attempt
history for a specific segment-peer pair.

Usage

edgectl relay deadletter list [flags]

Options

  -n, --limit int   maximum entries to display (default 100)

Options inherited from parent commands

      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)
      --socket string             path to the edged control socket (default "/run/edged/ctl.sock")

See also