2026.08.12.1
·
36 commits
to main
since this release
Overview
This release fixes a quota management bug that could cause requests to keep being sent to providers that had run out of credit, instead of automatically failing over to another provider.
馃悰 Bug Fixes
- Exhausted providers without a reset time now correctly pause: Some quota checks (like credit balance checks) don't have a scheduled reset time. Previously, when one of these ran out of balance, the system failed to pause requests to that provider and could clear an existing pause, sending traffic to a provider with no credit left. It also now guarantees that "low credit" errors always trigger an automatic retry with another provider. (#801)