feat set maximum stalled as maximum concurrency

This commit is contained in:
Nevo David 2025-08-09 03:01:52 +07:00
parent fcfc4109e2
commit e09187db50
1 changed files with 1 additions and 1 deletions

View File

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