T2735
Cashtab was designed to switch to a new bch-api server when one went down. This has not yet been implemented for chronik.
This diff implements it for chronik.
Differential D12779
[Cashtab] Switch chronik backends on server error bytesofman on Dec 6 2022, 12:50. Authored by Tags None Subscribers None
Details
T2735 Cashtab was designed to switch to a new bch-api server when one went down. This has not yet been implemented for chronik. This diff implements it for chronik. npm start
Diff Detail
Event TimelineComment Actions
Currently, if we don't use autoReconnect: true, the app will keep trying to reconnect to down websockets, even after it has connected to the good ones.
Comment Actions This is now a working proof of concept for the approach we need to take to implement redundant chronik instances for Cashtab. However,
So, will wait on the last T2730 diffs to land. Then I will put this up as a stacked diff. |