feat: set a higher stalled value, we upload a lot of version and that might cause problems
This commit is contained in:
parent
d5979ed6c8
commit
3837c1ed98
|
|
@ -33,6 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
|
|||
});
|
||||
},
|
||||
{
|
||||
maxStalledCount: 10,
|
||||
concurrency: 10,
|
||||
connection: ioRedis,
|
||||
removeOnComplete: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue