Commit 8ac523e
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
- packages
- backend
- drizzle
- migrations_pg
- meta
- schema/postgres
- src
- __tests__
- services/quota
- __tests__
- checkers
- __tests__
- frontend/src/components
- providers
- quota
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments