IndigoProtocol/dexter

[Enhancement]: Add retry limit to request config

Closed this issue · 0 comments

Sluder commented

Description

  • For the Kupo data provider, this is especially needed since requests can fail gracefully. From the kupo changelog :
    The server now returns an error 503 Service Unavailable when too many requests are pilling up. Note that the server can handle a relatively heavy load for most patterns but, for large addresses (such as the contract addresses of big marketplaces or DEXes), a single query can take a few seconds. If the server has exhausted all its available resources to serve additional requests, it'll fail gracefully with an error 503 and let the client handle requeuing of the request if necessary.

  • Apply to any other outside requests