iop/apps/edge/internal
toki c341d622ea implement round-robin rotation for equal-ratio candidate selection in model queue
- Replace float64 ratio comparison with integer-only load ratio math
  to avoid floating-point precision issues.
- Collect all equal-ratio candidates and rotate via lastSelectedSlot so
  equally loaded providers do not pin to a single provider.
- Add loadRatioLess and loadRatioEqual helper functions.
- Track lastSelectedSlot in admit and tryDispatchLocked paths.
2026-06-24 22:43:37 +09:00
..
bootstrap feat: runtime reconnect config refresh - node drain config refresh 2026-06-23 13:33:21 +09:00
configrefresh feat: runtime reconnect config refresh - node drain config refresh 2026-06-23 13:33:21 +09:00
controlplane feat(node): FIFO admission queue 구현 및 관련 파일 업데이트 2026-06-15 07:38:37 +09:00
edgecmd feat(edge): runtime reconnect config refresh 구현 및 테스트 개선 2026-06-21 23:19:05 +09:00
edgevalidate feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
events
input feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
node refactor: update-plane milestone archive and edge node registry refactor 2026-06-24 07:03:29 +09:00
openai update: edge/node config and openapi contract changes 2026-06-24 22:03:09 +09:00
opsconsole feat: edge model group queue scheduling improvements 2026-06-16 10:58:30 +09:00
service implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
transport refactor: update-plane milestone archive and edge node registry refactor 2026-06-24 07:03:29 +09:00