Reference/Command reference
saphan channel
Inspect channel documents in the store
saphan channel
Inspect channel documents in the store
Subcommands
| Subcommand | What it does |
|---|---|
saphan channel close | Close a stuck executor channel only after its owning host measures the pid absent |
saphan channel ls | List channel documents for a stream |
saphan channel close
Close a stuck executor channel only after its owning host measures the pid absent
Close a dead leg's _EXEC_STATUS.md channel. The run record identifies the owning host and pid; the liveness decision and the channel write are performed on that host. A live pid is refused, and an unreachable host is Unmeasured and also refused — neither is treated as dead.
Options
| Option | Type | Default | Description |
|---|---|---|---|
--actor | string | unset | actor closing the channel (falls back to the configured identity) |
--json | bool | false | machine-readable result |
saphan channel ls
List channel documents for a stream
Options
| Option | Type | Default | Description |
|---|---|---|---|
--db-name | string | unset | CouchDB database name (required) |
--db-url | string | unset | CouchDB base URL (required) |