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 GitHub
parent 31d4f9c661
commit d03d59a843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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