Skip to content

0.1.23

Choose a tag to compare

@srgrr srgrr released this 29 Aug 17:37
· 110 commits to main since this release

Wrap HTTP calls with axios & axios-retry.

Make calls to Shield have a backoff strategy consisting of three retries after 0.5, 1, and 2 seconds respectively.

Do it only for idempotent calls and if the cause of failure was due to network issues (e.g. ERRCONREFUSED) or status codes >= 500 (server error, bad gateway, etc).