Files
django-lasuite/tests/drf/__init__.py
Manuel Raynaud e08b8c7d50 (drf) implement monitored scope throttling class
We want to monitor the usage of a scope throttle. We want to know when a
throttle fails in order to determine if the rate is accurate or not.
To allow custom monitoring, a callback can be use. For example you can
capture a message in sentry instead logging a warning.
2025-09-05 14:32:02 +02:00

2 lines
16 B
Python