• Joined on 2026-04-08
JTHesse commented on issue nomyo-ai/nomyo-router#23 2026-04-16 13:57:22 +02:00
feat: enhance load balancing

Yes a WRR describes this quite good. However, only if the model is already loaded.

I guess what I am describing could look like this:

if all(tracking_usage(ep) == 0 for ep in loaded_and_fr…
JTHesse commented on issue nomyo-ai/nomyo-router#23 2026-04-16 13:07:52 +02:00
feat: enhance load balancing

Firstly thank you for looking into this. I can imagine that an ideal load balancing for different endpoints is pretty tricky.

Maybe prioritization should only occur if all endpoints are…

JTHesse opened issue nomyo-ai/nomyo-router#24 2026-04-16 10:40:03 +02:00
issue: api/version not found
JTHesse opened issue nomyo-ai/nomyo-router#23 2026-04-16 10:14:23 +02:00
feat: enhance load balancing