mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-12 19:53:00 +02:00
Trial and Test MetricStore components
This commit is contained in:
@@ -251,13 +251,13 @@ func main() {
|
||||
var wg sync.WaitGroup
|
||||
|
||||
//Metric Store starts after all flags have been processes
|
||||
memorystore.Init(wg)
|
||||
memorystore.Init(&wg)
|
||||
|
||||
archiver.Start(repository.GetJobRepository())
|
||||
|
||||
// // Comment out
|
||||
// taskManager.Start(ccconf.GetPackageConfig("cron"),
|
||||
// ccconf.GetPackageConfig("archive"))
|
||||
taskManager.Start(ccconf.GetPackageConfig("cron"),
|
||||
ccconf.GetPackageConfig("archive"))
|
||||
|
||||
serverInit()
|
||||
|
||||
|
Reference in New Issue
Block a user