Multiple throttle classes in a view getting cached while blocked #8468
Unanswered
voxvici
asked this question in
Potential Issue
Replies: 1 comment
-
Any plans on having this feature in future releases? it's relatively simple to add yet it's a nice feature to have for the API framework |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to add multiple throttles to APIView with the following code
what happens is when the 3/minute rate is blocked 10/day will keep adding requests to cache while 3/minute is blocked (the same thing occurs with scopes)
Beta Was this translation helpful? Give feedback.
All reactions