+4
-4
cmd/monarch/backfill.go
+4
-4
cmd/monarch/backfill.go
···+func NewBackfillService(store backfill.Store, h *HandlerService, workers int, consumers int) *backfill.Backfiller {
+15
-4
cmd/monarch/main.go
+15
-4
cmd/monarch/main.go
·········+app.backfill = NewBackfillService(backfill.NewGormstore(app.state), app.handler, workers, consumers)······