mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix(queue): increase BullMQ lockDuration to prevent download stalls (#604)
This commit is contained in:
parent
3ddf85d726
commit
ab6096ce04
|
|
@ -61,6 +61,7 @@ export default class QueueWork extends BaseCommand {
|
||||||
{
|
{
|
||||||
connection: queueConfig.connection,
|
connection: queueConfig.connection,
|
||||||
concurrency: this.getConcurrencyForQueue(queueName),
|
concurrency: this.getConcurrencyForQueue(queueName),
|
||||||
|
lockDuration: 300000,
|
||||||
autorun: true,
|
autorun: true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user