mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-29 05:09:16 +00:00
6742f5d19d
Use a mixin, introduced by @lunika in the shared backend library to monitor throttling behavior. The mixin tracks when throttling limits are reached, sending errors to Sentry to trigger alerts when configured. This helps detect misconfigurations, fine-tune throttling settings, and identify suspicious operations. This enables safely increasing API throttling limits while ensuring stability, providing confidence that higher limits won’t break the system.