fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -0,0 +1,32 @@
# Notification Quotas
This document describes the quota system for notification delivery.
## Overview
Quotas ensure fair usage of the notification system across tenants.
## Quota Types
### Daily Limits
- Maximum notifications per day per tenant
- Maximum notifications per channel per day
### Rate Limits
- Maximum notifications per minute
- Maximum notifications per second per channel
### Size Limits
- Maximum payload size
- Maximum attachment count
## Quota Enforcement
Quota violations result in:
1. Notification is queued for later delivery
2. Tenant is notified of quota exceeded
3. Admin alert is triggered if threshold is reached
## Configuration
Quotas are configured per tenant and can be overridden by administrators.