mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-26 01:25:28 +02:00
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.
2 lines
16 B
Python
2 lines
16 B
Python
"""Test DRF."""
|