Add Run control event stream
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user