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 refactor: edge service split and OpenAI surface separation 2026-06-06 12:18:33 +09:00
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 feat(edge): provider availability capacity queue foundation 2026-06-14 17:19:06 +09:00
run_dispatch.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
run_dispatch_internal_test.go fix(edge): run stream 종료 시 실패 경로를 고정한다 2026-06-09 04:13:27 +09:00
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 chore: update edge service queue policy files and add test 2026-06-17 07:26:26 +09:00
status_provider.go feat(edge): runtime config refresh mechanism implementation 2026-06-21 21:35:50 +09:00
status_provider_test.go feat: provider catalog device status - edge dispatch implementation 2026-06-20 16:59:55 +09:00