Skip to content

Commit fcfc410

Browse files
committed
feat set maximum stalled as maximum concurrency
1 parent 4ace1dc commit fcfc410

File tree

1 file changed

+1
-1
lines changed
  • libraries/nestjs-libraries/src/bull-mq-transport-new

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/bull-mq-transport-new/strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
3333
});
3434
},
3535
{
36-
maxStalledCount: 10,
36+
maxStalledCount: 300,
3737
concurrency: 300,
3838
connection: ioRedis,
3939
removeOnComplete: {

0 commit comments

Comments
 (0)