You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I create these at the same time, the reservoirRefreshInterval keeps ticking for the second limiter when its stuck waiting on the first one, so in theory too many requests could be sent in a shorter timespan.
Is there any way of complying to multiple limits like this?
Thanks
The text was updated successfully, but these errors were encountered:
Hey, didnt know where to turn exactly but I didnt see this covered in the docs.
I want to comply to the following headers:
x-rate-limit: 15:10:60,30:300:300
.I have tried doing so by setting up the following and chaining them:
Since I create these at the same time, the
reservoirRefreshInterval
keeps ticking for the second limiter when its stuck waiting on the first one, so in theory too many requests could be sent in a shorter timespan.Is there any way of complying to multiple limits like this?
Thanks
The text was updated successfully, but these errors were encountered: