diff --git a/pkg/config/http.go b/pkg/config/http.go index 4522f5eb..721f758e 100644 --- a/pkg/config/http.go +++ b/pkg/config/http.go @@ -70,6 +70,7 @@ func (hl *HttpLoader) Run(ctx context.Context) error { if err := getConfigRetry(ctx); err != nil { log.Warn("Could not get remote runtime configuration", "error", err) + continue } log.Info("Successfully got remote runtime configuration")