merged with fixes

This commit is contained in:
onysd 2026-09-09 02:49:30 +03:00
parent a9e758b712
commit 2f1818d656
176 changed files with 9000 additions and 907 deletions

View file

@ -99,6 +99,9 @@ func newBatchedBootstrapUpdateJobStore(
queue: make(chan bootstrapReadyBatchRequest, cfg.QueueSize),
stop: make(chan struct{}), done: make(chan struct{}), cancel: cancel,
}
if cfg.Metrics != nil {
cfg.Metrics.BootstrapReadyPending(0)
}
go s.run(workerCtx)
return s, nil
}