ws: synthesize job.finished from update watcher so browser stream wakes up

This commit is contained in:
2026-05-07 20:32:48 +01:00
parent 001575ae9c
commit 6ef58a707e
3 changed files with 108 additions and 6 deletions
+1 -1
View File
@@ -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 {