diff --git a/src/internal/connector/graph/middleware.go b/src/internal/connector/graph/middleware.go index d78350c4f..1a3933460 100644 --- a/src/internal/connector/graph/middleware.go +++ b/src/internal/connector/graph/middleware.go @@ -343,9 +343,7 @@ func (mw RetryMiddleware) retryRequest( var retryableRespCodes = []int{ http.StatusInternalServerError, - http.StatusServiceUnavailable, http.StatusBadGateway, - http.StatusGatewayTimeout, } func (mw RetryMiddleware) isRetriableRespCode(ctx context.Context, resp *http.Response, code int) bool {