Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 22:24:53 +00:00
parent 6ca0c46132
commit 5eb7f8c9a4
5 changed files with 8 additions and 6 deletions

View file

@ -69,8 +69,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
];