feat: high concurrency

This commit is contained in:
Nevo David 2025-08-09 01:06:36 +07:00
parent 85d015f349
commit d698732a6c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
},
{
maxStalledCount: 10,
concurrency: 5,
concurrency: 300,
connection: ioRedis,
removeOnComplete: {
count: 0,