diff --git a/src/internal/connector/graph/http_wrapper.go b/src/internal/connector/graph/http_wrapper.go index bc30e88e6..7003f3079 100644 --- a/src/internal/connector/graph/http_wrapper.go +++ b/src/internal/connector/graph/http_wrapper.go @@ -145,6 +145,7 @@ func internalMiddleware(cc *clientConfig) []khttp.Middleware { MaxRetries: cc.maxRetries, Delay: cc.minDelay, }, + khttp.NewRetryHandler(), khttp.NewRedirectHandler(), &LoggingMiddleware{}, &throttlingMiddleware{newTimedFence()},