fix(queue): increase BullMQ lockDuration to prevent download stalls (#604)

This commit is contained in:
0xGlitch 2026-04-01 16:39:30 -06:00 committed by Jake Turner
parent 3ddf85d726
commit ab6096ce04

View File

@ -61,6 +61,7 @@ export default class QueueWork extends BaseCommand {
{
connection: queueConfig.connection,
concurrency: this.getConcurrencyForQueue(queueName),
lockDuration: 300000,
autorun: true,
}
)