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?
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