fix(broker): route all wakes through sqlite, remove transient ping buffer

This commit is contained in:
damocles 2026-07-05 11:55:40 +02:00
commit fac326aa35
9 changed files with 84 additions and 215 deletions

View file

@ -688,7 +688,6 @@ pub(crate) async fn send_wake(
let req = hive_sh4re::AgentRequest::Wake {
from: format!("bash-task-{id}"),
body,
transient: true,
};
match UnixStream::connect(socket).await {