From 3837c1ed98e68ee72e913084c9692f441ab01a1a Mon Sep 17 00:00:00 2001 From: Nevo David Date: Thu, 7 Aug 2025 21:56:57 +0700 Subject: [PATCH] feat: set a higher stalled value, we upload a lot of version and that might cause problems --- libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts b/libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts index 79a22cb0..71216428 100644 --- a/libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts +++ b/libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts @@ -33,6 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy { }); }, { + maxStalledCount: 10, concurrency: 10, connection: ioRedis, removeOnComplete: {