blinklabs-io / tx-submit-api

Cardano Transaction Submit API service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardano node connection pooling

agaffney opened this issue · comments

Maintain a configurable number of connections to the backend Cardano node to allow reuse for faster transaction submission time. We probably need some health checks for each connection and a configurable idle timeout.

I guess we don't need a pool, but simply to implement a persistent connection to the node.