feat set maximum stalled as maximum concurrency

This commit is contained in:
Nevo David 2025-08-09 02:59:35 +07:00
parent 4ace1dc886
commit fcfc4109e2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
});
},
{
maxStalledCount: 10,
maxStalledCount: 300,
concurrency: 300,
connection: ioRedis,
removeOnComplete: {