fix: remove issue tag from comment in bash_runner
This commit is contained in:
parent
a1c6736ba5
commit
057c673be8
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ async fn send_wake(socket: &Path, id: &str, summary: &str, output: Option<(&str,
|
|||
// Transient: do not persist to the message broker. Bash task
|
||||
// completions are fire-and-forget — the output is already on disk
|
||||
// in harness/bash-tasks/; persisting would cause duplicate delivery
|
||||
// after a harness restart (issue #1103).
|
||||
// after a harness restart.
|
||||
transient: true,
|
||||
};
|
||||
match crate::client::request::<_, hive_sh4re::AgentResponse>(socket, &req).await {
|
||||
|
|
|
|||
Loading…
Reference in a new issue