Replies: 1 comment
-
If anyone who lands on this issue also needs that functionality, please upvote the upstream bug report. |
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
-
Seeking some advice.
I wanted to use the sliding window rate limiter, but RateLimiterRejectedException.RetryAfter is always null. After much digging I discovered that it's actually an upstream issue.
Without that retry property, that limiter/strategy is not useful because the point of it is to control access and recover from errors.
There are some options for Polly users:
Has someone encountered this issue before? Is there a workaround which does not entail reinventing the wheel (because in that case it's better to use (2) instead).
Beta Was this translation helpful? Give feedback.
All reactions