feat(worker): add ContinueTask, GetAgents, RefreshAgents hub methods and RunCreated broadcast
This commit is contained in:
@@ -22,4 +22,7 @@ public sealed class HubBroadcaster
|
||||
|
||||
public Task TaskUpdated(string taskId) =>
|
||||
_hub.Clients.All.SendAsync("TaskUpdated", taskId);
|
||||
|
||||
public Task RunCreated(string taskId, int runNumber, bool isRetry) =>
|
||||
_hub.Clients.All.SendAsync("RunCreated", taskId, runNumber, isRetry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user