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
we are evaluating bullmq-pro with NestJS, we want to use the rate-limiting per group. However when i define the group rate limit in the @Processor decorator I get a typescript error about the decorators overload, there seems to be an error in processor.decorator.d.ts.
ERROR in ./libs/client/src/lib/http-client/http-client.worker.ts:13:3
TS2769: No overload matches this call.
Overload 2 of 4, '(processorOptions: ProcessorOptions, workerOptions: NestWorkerProOptions): ClassDecorator', gave the following error.
Type 'string' has no properties in common with type 'ProcessorOptions'.
12 | @Processor(
> 13 | 'queueName',
| ^^^^^^^^^^^^^
14 | {
15 | removeOnComplete: true,
16 | removeOnFail: true,
webpack compiled with 1 error (4768bc57d3de24e6)
Hello,
we are evaluating bullmq-pro with NestJS, we want to use the rate-limiting per group. However when i define the group rate limit in the
@Processor
decorator I get a typescript error about the decorators overload, there seems to be an error inprocessor.decorator.d.ts
.code
result
bullmq-pro 7.5
nestjs-bullmq-pro 3.0.0
nestjs 10.0.3
The text was updated successfully, but these errors were encountered: