Add Run control event stream

This commit is contained in:
npc0-hue
2026-08-26 23:06:06 +08:00
parent 6369a8099a
commit 55a5d6de80
10 changed files with 274 additions and 3 deletions
+1
View File
@@ -146,6 +146,7 @@ func (svc *CoreService) notifyRunJobWaiters(runEndpointID string) {
for _, waiter := range waiters {
close(waiter)
}
svc.publishRunControlEvent(runEndpointID, domain.RunControlEventTypeJobChanged)
}
func withoutCapability(capabilities []string, forbidden string) []string {