feat: set a higher stalled value, we upload a lot of version and that might cause problems

This commit is contained in:
Nevo David 2025-08-07 21:56:57 +07:00
parent d5979ed6c8
commit 3837c1ed98
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
});
},
{
maxStalledCount: 10,
concurrency: 10,
connection: ioRedis,
removeOnComplete: {