Quota Servicecomponent

coreservicesauth
1 min read · Edit on Pyrite

`QuotaService` enforces usage tier limits for KB and entry creation. Extracted from `KBService` in 0.18.

Methods

| Method | Description | |--------|-------------| | `check_kb_creation_allowed()` | Check if user can create another KB based on tier limits | | `check_entry_creation_allowed()` | Check if adding another entry is within tier limits |

Related

  • kb-service — facade delegator for quota methods
  • auth-service — uses quota checks during KB creation