0.1.23
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).