ws: synthesize job.finished from update watcher so browser stream wakes up
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ func run() error {
|
||||
|
||||
notifHub := notification.NewHub(st, aead, cfg.BaseURL)
|
||||
alertEngine := alert.NewEngine(st, notifHub)
|
||||
updateWatcher := ws.NewUpdateWatcher(st, alertEngine)
|
||||
updateWatcher := ws.NewUpdateWatcher(st, alertEngine, jobHub)
|
||||
|
||||
renderer, err := ui.New()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user