dispatch status: list active-or-recent dispatches via cli-guard bump #133

Closed
opened 2026-05-28 04:58:36 +00:00 by coilysiren · 0 comments
Owner

coily dispatch status with no arguments lists only the single most recent dispatch. That is insufficient when several dispatches are in flight - especially with cascade (#132) fanning out many concurrent workers.

Change

Bump cli-guard to pick up coilysiren/cli-guard#30: bare dispatch status now lists every dispatch still running OR spawned within --since (default 1h), newest first, one line each. Running dispatches always show regardless of age. --all lists everything; targeting by ref or --pid still renders the full block with log tail.

No coily code change beyond the dependency bump - the status verb lives in the cli-guard dispatch package.

`coily dispatch status` with no arguments lists only the single most recent dispatch. That is insufficient when several dispatches are in flight - especially with `cascade` (#132) fanning out many concurrent workers. ## Change Bump cli-guard to pick up [coilysiren/cli-guard#30](https://forgejo.coilysiren.me/coilysiren/cli-guard/issues/30): bare `dispatch status` now lists every dispatch still running OR spawned within `--since` (default 1h), newest first, one line each. Running dispatches always show regardless of age. `--all` lists everything; targeting by ref or `--pid` still renders the full block with log tail. No coily code change beyond the dependency bump - the status verb lives in the cli-guard dispatch package.
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-bridge/coily#133
No description provided.