As I read here https://docs.nestjs.com/techniques/queues#queues rate limiting applies to forRoot Redis instance. First of all is it possible and If yes, how can I apply rate limiting per named job "group" ? I want to limit jobs execution in 3 queues but on the same Redis instance. If no, is there an alternative?
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).