[bisq-network/bisq] When chosen fee provider is down, Bisq should failover to a new one (#5509)

jmacxx notifications at github.com
Wed May 19 00:33:58 CEST 2021


The Bisq FeeService should automatically select a new provider when the chosen RPC endpoint is down.  It does not, simply keeps querying the same one and writing errors to the log.  Users are left using stale fee rate (or the default: 50 sat/vB if the server was down at Bisq startup).

PriceFeedService has an automatic failover which chooses a new provider.

PriceFeedService and FeeService could be redesigned to share the same provider and failover mechanism.  This would have the added benefit of opening one less connection (currently each Bisq client simultaneously connects to two separate PriceNodes).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210518/aa4fdb34/attachment.htm>


More information about the bisq-github mailing list