fix: полный продакшен-фикс dashboard retention и timeseries по fix37

This commit is contained in:
2026-05-09 16:18:08 +05:00
parent 44c01d39d0
commit b6c86009e6
6 changed files with 35 additions and 33 deletions
+1
View File
@@ -38,6 +38,7 @@ func InitCron() error {
logrus.Errorf("cron add func CronResetTraffic err: %v", err)
}
}
go service.CleanupStatsRetention()
c.Start()
return nil
}