How to throttle based on responses and not only requests? #608
Unanswered
ranironvest
asked this question in
Questions (Q&A)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a throttle rule for a certain API, but I don't want to limit it per X called, but limit it only if these X calls returned a certain error (for instances, it's ok to have 3 requests that result with 200, but not 3 that result with 500).
How can I do that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions