diff --git a/cmd/agent/core/agent.go b/cmd/agent/core/agent.go index 1e6c57067..d4c37fc4b 100644 --- a/cmd/agent/core/agent.go +++ b/cmd/agent/core/agent.go @@ -210,7 +210,6 @@ func run(c *cli.Context, backends []types.Backend) error { err := client.ReportHealth(ctx) if err != nil { log.Err(err).Msg("failed to report health") - return } <-time.After(time.Second * 10)