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¶
--socket string path to the edged control socket (default "/run/edged/ctl.sock")
See also¶
edgectl relay deadletter— Inspect deadletter queue (segments that exhausted retry budget)