The job I work at has a process heavy application that they want to rate limit per user. I'm trying to determine the processing power required to run a NodeJS rate limiter on 100k requesting IPs across 1.5M requests peaking at 60req/s per day. I was thinking to use https://www.npmjs.com/package/rate-limiter-flexible and hold it in memory. I have no idea how I would predict this without manually creating it.
https://stackoverflow.com/questions/65838002/processing-power-to-rate-limit-100k-ips-per-day-across-1-5m-requests-per-day January 22, 2021 at 09:06AM
没有评论:
发表评论