Skip to content

Commit 8ac523e

Browse files
doclouloumcowger
andauthored
feat: add routing.run quota checker and related configurations (#412)
- Introduced a new quota checker type 'routing-run' in the PostgreSQL schema. - Added RoutingRunQuotaCheckerOptionsSchema for configuration options. - Updated the ConfigService to handle the new quota checker type and its options. - Enhanced the quota scheduler to initialize and reload the routing-run checker. - Implemented tests to validate the new routing-run quota checker functionality and its integration with the cooldown manager. - Updated frontend components to support the new routing-run quota configuration. --------- Co-authored-by: Matt Cowger <matt@cowger.us>
1 parent e43fd13 commit 8ac523e

14 files changed

Lines changed: 3789 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TYPE "public"."quota_checker_type" ADD VALUE 'routing-run' BEFORE 'gemini-cli';

0 commit comments

Comments
 (0)