Way to decrement from throttle after processing a request #553
Unanswered
spazer5
asked this question in
Questions (Q&A)
Replies: 1 comment
-
Rough solution until supported:
|
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
-
I'm currently throttling requests by ip like the following:
However sometimes depending on business logic, i don't want to count the request after processing it.
So i'm wondering is there a way to deduct from the throttle count of a given ip within a controller action?
Beta Was this translation helpful? Give feedback.
All reactions