Closed mastrzyz closed 4 years ago
On any http/https library request error we reject the promise in requestRaw.
There might be a TCP network error which has occurred which we will want to retry.
I have selected the following errors to be retryable : 'ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED'
Those failed UT's , I'm also getting them on Master, is there any known issue?
On any http/https library request error we reject the promise in requestRaw.
There might be a TCP network error which has occurred which we will want to retry.
I have selected the following errors to be retryable : 'ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED'