iop/apps/edge/internal/service
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
..
control_command.go
model_queue.go implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
model_queue_test.go implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
node_command.go
run_dispatch.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
run_dispatch_internal_test.go
service.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
service_internal_test.go feat(edge): runtime reconnect config refresh 구현 및 테스트 개선 2026-06-21 23:19:05 +09:00
service_test.go
status_provider.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
status_provider_test.go