good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 7618f8db authored by Jaynti Kanani's avatar Jaynti Kanani Committed by GitHub
Browse files

Update rest.go

parent 7b49cb0b
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ func (h *HeimdallClient) FetchWithRetry(rawPath string, rawQuery string) (*Respo
if err == nil && res != nil {
return res, nil
}
log.Info("Retrying again in 5 seconds for next Heimdall span", "path", u.Path)
log.Info("Retrying again in 5 seconds to fetch data from Heimdall", "path", u.Path)
time.Sleep(5 * time.Second)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment