Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CR's fixes
Browse files Browse the repository at this point in the history
evgeniy-scherbina committed Oct 16, 2023
1 parent 8337321 commit d53f5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/handlers.go
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ func createHealthcheckHandler(service *ProxyService) func(http.ResponseWriter, *
combinedErrors = errors.Join(combinedErrors, errMsg)
}

// check that the cache is reachable
err = service.Cache.Healthcheck(context.Background())
if err != nil {
service.Logger.Error().

0 comments on commit d53f5df

Please sign in to comment.