Bitshala-Incubator / silent-pay-indexer

An indexer for serving bitcoin silent payment indexes!!
MIT License
5 stars 6 forks source link

Providers Axios Retry Mechanism #20

Closed aruokhai closed 2 weeks ago

aruokhai commented 2 months ago

Objective

It is paramount for a service that makes multiple Http calls such as Esplora Provider to have an Error Retry Mechanism, which is what is being rectified by this pull request

Changes

Scope Of Change

Crittical , as it affects the fetching of data.

Solves #17