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
For ease of use, we need to implement a local load balancer for node connections inside the semesher-service.
There should be a possibility to configure multiple nodes per smesher-service
At the start, the order of nodes is randomized
To be decided
Backend logic
Simple RoundRobin is implemented for the connections
Randomze and use the same backend till the first error, then go to the next
I'm not sure which one is better. The first one can lead to a flaky debugging experience and potentially flaky errors, and the second one can lead to "node ddos".
The text was updated successfully, but these errors were encountered:
For ease of use, we need to implement a local load balancer for node connections inside the semesher-service.
To be decided
Backend logic
I'm not sure which one is better. The first one can lead to a flaky debugging experience and potentially flaky errors, and the second one can lead to "node ddos".
The text was updated successfully, but these errors were encountered: