decentraland / kernel

Kernel is the glue code between the OS, comms and the Renderer of Decentraland
https://play.decentraland.org
Apache License 2.0
19 stars 24 forks source link

Implement a max retry for the selected realm in case that comms fails #839

Closed pentreathm closed 1 year ago

pentreathm commented 1 year ago

The Realm scoring logic will choose the most adequate catalyst server based on a set of rules, if for some reason that server fails an x amount of times, it shouldn't keep trying with the same node and instead, chose the second one most adequate in the list and so on.

hugoArregui commented 1 year ago

Done