fabro/lib/crates/fabro-cli
Bryan Helmkamp 5899850541
fix(run): terminate active workers on force removal
Active runs deleted through rm --force were removed from server state
without signalling the worker process, which could leave detached
workers orphaned after test cleanup. Terminate the tracked worker
process group before deleting run state and cover it with an
integration regression.
2026-04-07 16:04:26 -04:00
..
src Merge remote-tracking branch 'origin/main' 2026-04-07 15:24:07 -04:00
tests/it fix(run): terminate active workers on force removal 2026-04-07 16:04:26 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml refactor(run): remove worker-side SlateDB access 2026-04-07 14:33:33 -04:00