0.3.00
This commit is contained in:
@@ -357,6 +357,9 @@ func run(log *slog.Logger, events *logging.Buffer, logLevel *slog.LevelVar) erro
|
||||
if err := server.LoadGatewaySettings(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := server.LoadMetadataHeroSettings(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
// Every long-running worker below is started through runtimestats.Go rather than with
|
||||
// a bare `go`, so the admin console can name what is running instead of reporting a
|
||||
// count of goroutines nobody can interpret. The name is the worker's identity across
|
||||
|
||||
Reference in New Issue
Block a user