dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
124 stars 77 forks source link

chore: add penalty for unhealthy nodes in latency-based routing #581

Open nikolay-komarevskiy opened 3 months ago

nikolay-komarevskiy commented 3 months ago

Description

When a node is detected as unhealthy, we take the following actions:

Previous approach was to simply remove the node from routing.

Extended the test_update_for_existing_node_succeeds().

Checklist: