What happens when a user exceeds the allowed request limit defined by DRF throttling?
The request is rejected with a throttle error response
DRF allows the request but logs a warning
The request is delayed until a free slot appears
DRF switches to a different throttle class automatically
This question is part of this quiz :
Python | Django | DRF Enhancements