feat: high concurrency
This commit is contained in:
parent
85d015f349
commit
d698732a6c
|
|
@ -34,7 +34,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
|
|||
},
|
||||
{
|
||||
maxStalledCount: 10,
|
||||
concurrency: 5,
|
||||
concurrency: 300,
|
||||
connection: ioRedis,
|
||||
removeOnComplete: {
|
||||
count: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue