You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the trusted bitcoind peer blips, every Kyoto BIP-157 client across
the fleet reconnects on the same fixed 5s timer, creating a thundering
herd that overwhelms the peer and cascades into more disconnects.
Replace the constant 5s sleep with a base + uniform random jitter in
[0, 30s]. Each pod picks an independent restart instant, spreading the
reconnect load across the upstream node.
0 commit comments