Files
OmniRoute/changelog.d/fixes/auto-empty-pool-log-once.md
Ravi Tharuma 231b16ef18 fix(auto): rate-limit empty-pool AUTO warnings (#10344)
Family resolves like auto/zai with no connected models logged a warn
on every call (about once a minute per poll). Keep the empty-pool
behavior; emit the warn at most once per label per 60s.

Co-authored-by: Ravi Tharuma <RaviTharuma@users.noreply.github.com>
Co-authored-by: diegosouzapw <diegosouza.pw@gmail.com>
2026-08-18 10:49:38 -03:00

160 B

  • fix(auto): rate-limit auto/<family> matched no connected models warnings to once per minute per label (open-sse/services/autoCombo/virtualFactory.ts)