Open slice-arpitkhatri opened 1 year ago
Could be interesting. If this is something you would like to work on, send a PR and we could walk through it
This issue is stale because it has been open 30 days with no activity.
This issue is stale because it has been open 30 days with no activity.
As per my understanding, we currently do not support a count-based rolling window. I want CB to act based on the last 50-odd requests. Since my TPS fluctuates between day and night, I have to adjust my rollingCountWindow based on TPS to ensure that there are at least 50 requests in the specific window.
Would it make sense to add count-based rolling window support?