feat set maximum stalled as maximum concurrency
This commit is contained in:
parent
fcfc4109e2
commit
e09187db50
|
|
@ -33,7 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
|
|||
});
|
||||
},
|
||||
{
|
||||
maxStalledCount: 300,
|
||||
maxStalledCount: 10,
|
||||
concurrency: 300,
|
||||
connection: ioRedis,
|
||||
removeOnComplete: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue