mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
reduce bullmq worker concurrency to 2
This commit is contained in:
parent
163df00c66
commit
6df8c71035
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export const createWorker = (connection: ConnectionOptions) =>
|
|||
connection,
|
||||
autorun: true, // start processing jobs immediately
|
||||
lockDuration: 60_000, // 1 minute
|
||||
concurrency: 10,
|
||||
concurrency: 2,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue