Skip to content

chore(gateway): coherent external-API rate limits - #2313

Open
aliaska-varieva wants to merge 4 commits into
mainfrom
chore/coherent-external-api-rate-limits
Open

aliaska-varieva wants to merge 4 commits into
mainfrom
chore/coherent-external-api-rate-limits

Conversation

@aliaska-varieva

Copy link
Copy Markdown
Contributor

OSS counterpart of flamingo-stack/openframe-saas-tenant's rate-limit fix: 5/min, 1000/hr, 10000/day was incoherent (5×60=300 < 1000 — hour/day caps unreachable). Now 100/min, 3000/hr, 30000/day with every window binding; semantics (global per deployment, fixed calendar windows, ~2× boundary burst) documented in the config. Config-only.

🤖 Generated with Claude Code

aliaska-varieva and others added 4 commits August 28, 2026 12:51
100/min, 3000/hr, 30000/day (was 5/1000/10000 — the 5/min cap made the hour
and day limits unreachable dead config). Every window now binds.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants