chore(worker): drop the unsubscribed RunCreated broadcast

This commit is contained in:
mika kuns
2026-08-07 09:55:21 +02:00
parent 1e383e1c1f
commit 66630d5ce2
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -358,8 +358,6 @@ public sealed class TaskRunner
await taskRepo.SetLogPathAsync(taskId, logPath, ct);
}
await _broadcaster.RunCreated(taskId, runNumber, isRetry);
var arguments = _argsBuilder.Build(config);
await using var logWriter = new LogWriter(logPath);