Closed alisaifee closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f1fe9f3
) 96.83% compared to head (5929f71
) 96.99%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@skalpel: if you could try this branch out with any other usecases you have I'd appreciate that!
For my use case (sync rate limiting with in-memory storage) it works excellent!
@alisaifee just out of curiosity, when is it going to be released?
@alisaifee just out of curiosity, when is it going to be released?
Sorry about the delay - now available in 3.10.0
Thanks a lot!
Description
The value of
reset_time
for the moving window strategy is currently derived from the newest entry in the moving window instead of the oldest.Related issues
200