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,
|
maxStalledCount: 10,
|
||||||
concurrency: 5,
|
concurrency: 300,
|
||||||
connection: ioRedis,
|
connection: ioRedis,
|
||||||
removeOnComplete: {
|
removeOnComplete: {
|
||||||
count: 0,
|
count: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue