commercetools / nodejs

Everything related to the Node.js ecosystem for the commercetools platform.
https://commercetools.github.io/nodejs/
MIT License
75 stars 70 forks source link

Retry Aborted Requests #1714

Closed ajimae closed 3 years ago

ajimae commented 3 years ago

Summary

Add retryOnAbort config

Description

Add config to enable retry an aborted request

Todo

Closes #1713

codecov[bot] commented 3 years ago

Codecov Report

Merging #1714 (79a1343) into master (9034675) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1714   +/-   ##
=======================================
  Coverage   98.65%   98.66%           
=======================================
  Files         128      128           
  Lines        3428     3434    +6     
  Branches      791      795    +4     
=======================================
+ Hits         3382     3388    +6     
  Misses         42       42           
  Partials        4        4           
Impacted Files Coverage Δ
packages/sdk-middleware-http/src/http.js 97.82% <100.00%> (+0.15%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9034675...79a1343. Read the comment docs.