docs(dashboard): graceful-stop CLI path is live too (#1790)
#1790 landed hivectl --graceful (enqueues the same GracefulStop as the dashboard POST). Flip the dashboard.md note from 'CLI flag is still a no-op' to noting both paths behave identically. hivectl-cli.md is regenerated by #1790's clap doc-comment, so no edit needed there.
This commit is contained in:
parent
5da1ef4963
commit
309cdc7546
1 changed files with 3 additions and 3 deletions
|
|
@ -801,9 +801,9 @@ the flag per-agent); unticked is the instant hard stop
|
|||
stop-checkpoint turn (so the agent can flush `/state`) and then
|
||||
exits, with a 3-minute timeout that falls back to a hard stop. The
|
||||
quiescing progress surfaces through the same rebuild-queue
|
||||
transient + build log the card already reads for a rebuild. (Note:
|
||||
the `hivectl --graceful` CLI flag is still a no-op pending a
|
||||
separate gating change — only the dashboard / HTTP path is live.)
|
||||
transient + build log the card already reads for a rebuild. (The
|
||||
`hivectl --graceful` CLI flag enqueues the same `GracefulStop`, so
|
||||
the dashboard and CLI paths behave identically.)
|
||||
|
||||
### Topology tree
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue