How to specify OnReject delegate handler for slide window rate limit strategy? Also can I combine mulitple rate limit strategy for a single pipeline? #1945
-
Beta Was this translation helpful? Give feedback.
Answered by
martincostello
Feb 2, 2024
Replies: 1 comment 2 replies
-
You can chain rate limiters together, so you could create a custom limiter made of many others, and then use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
martintmk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can chain rate limiters together, so you could create a custom limiter made of many others, and then use the
RateLimiter
delegate to provide a lease from the chained rate limiter.