mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
fix(auth): spooler locks correct database (#1134)
This commit is contained in:
@@ -77,12 +77,6 @@ func Register(configs Configs, bulkLimit, errorCount uint64, view *view.View, es
|
||||
}
|
||||
}
|
||||
|
||||
func subscribe(es eventstore.Eventstore, handlers []query.Handler) {
|
||||
for _, handler := range handlers {
|
||||
es.Subscribe(handler.AggregateTypes()...)
|
||||
}
|
||||
}
|
||||
|
||||
func (configs Configs) cycleDuration(viewModel string) time.Duration {
|
||||
c, ok := configs[viewModel]
|
||||
if !ok {
|
||||
|
Reference in New Issue
Block a user