dispatch status: list active-or-recent dispatches, not just the newest #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
coily dispatch statuswith no arguments shows only the single most recent dispatch. That is not enough when several dispatches are in flight - especially now thatcascadefans out many concurrent workers.Change
Make bare
dispatch statuslist every dispatch that is still running OR was spawned within a time window (--since, default 1h), newest first, one compact line each (ref, pid + RUNNING/EXITED, spawn-relative, log path). Running dispatches always show regardless of age, so a long-running worker never falls off the list.--alllists everything on disk.Targeting a single dispatch by
<owner/repo#N>or--pidstill renders the full block (pid line, spawn time, log tail).--followis unchanged (single-target, or newest when bare).This unifies the two natural asks - "show me what's active" and "show me what ran recently" - into one window: active-or-recent.