@springworks/api-client
Advanced tools
Comparing version 3005.333.0 to 3005.334.0
@@ -31,3 +31,5 @@ "use strict"; | ||
if (error instanceof Error && 'code' in error && error.code === http_status_1.HTTP4XX.REQUEST_TIMEOUT && retries < req_opts.retries) { | ||
this.logger.debug({ retries }, 'retrying request'); | ||
if (retries) { | ||
this.logger.debug({ retries }, 'retrying request'); | ||
} | ||
return this.sendRequest(req_opts, expected_status_codes, retries + 1); | ||
@@ -34,0 +36,0 @@ } |
{ | ||
"name": "@springworks/api-client", | ||
"version": "3005.333.0", | ||
"version": "3005.334.0", | ||
"description": "Module for sending requests to other APIs through a circuit breaker", | ||
@@ -32,3 +32,3 @@ "main": "build/main.js", | ||
}, | ||
"gitHead": "a6ffeb5810072c32824d0c6a169c9e2a49e239d0" | ||
"gitHead": "8aeaac0d289a6f2715ab5c38157b313973b25aa0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82869
672