remove worker starting from the admin CLI commands (we don't need to handle side-effects)

This commit is contained in:
kim 2024-04-26 13:19:05 +01:00
parent 43fe04e54f
commit 4a263f9e71
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func initState(ctx context.Context) (*state.State, error) {
var state state.State
state.Caches.Init()
state.Caches.Start()
state.Workers.Start()
// Set the state DB connection
dbConn, err := bundb.NewBunDBService(ctx, &state)