mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
We issue 3 requests on startup now, update log message
This commit is contained in:
2
main.go
2
main.go
@@ -101,7 +101,7 @@ func main() {
|
||||
apiCache = cache.New(cache.NoExpiration, 10*time.Second)
|
||||
|
||||
// before we start try to fetch data from Alertmanager
|
||||
log.Infof("Initial Alertmanager query, this can delay startup up to %s", 2*config.Config.AlertmanagerTimeout)
|
||||
log.Infof("Initial Alertmanager query, this can delay startup up to %s", 3*config.Config.AlertmanagerTimeout)
|
||||
PullFromAlertmanager()
|
||||
log.Info("Done, starting HTTP server")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user