hotfix(health): remove previous err debug line
This commit is contained in:
@@ -15,7 +15,6 @@ func (s *Server) runHealthcheckLoop(ctx context.Context, done chan<- struct{}) {
|
|||||||
|
|
||||||
for {
|
for {
|
||||||
previousErr := s.handler.getErr()
|
previousErr := s.handler.getErr()
|
||||||
fmt.Println("==== previous err: ", previousErr)
|
|
||||||
|
|
||||||
const healthcheckTimeout = 3 * time.Second
|
const healthcheckTimeout = 3 * time.Second
|
||||||
healthcheckCtx, healthcheckCancel := context.WithTimeout(
|
healthcheckCtx, healthcheckCancel := context.WithTimeout(
|
||||||
|
|||||||
Reference in New Issue
Block a user