From 25771f5ee5d7a42e74d6579a59ee1244cdca6df6 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:13:37 -0400 Subject: [PATCH] npm run release --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 65c66b5..333e12e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7465,8 +7465,9 @@ function isRetryableStatusCode(statusCode) { } const retryableStatusCodes = [ http_client_1.HttpCodes.BadGateway, - http_client_1.HttpCodes.ServiceUnavailable, http_client_1.HttpCodes.GatewayTimeout, + http_client_1.HttpCodes.InternalServerError, + http_client_1.HttpCodes.ServiceUnavailable, http_client_1.HttpCodes.TooManyRequests, 413 // Payload Too Large ];