Implement a auto-retry mechanism to BTC node.
This is so that we can recover from IP change where the underlying RPC node was recreated in aws.
One potential solution is to detect the status code and drop the entire connection, recreate the connection that will do new DNS look up.