mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
slow and rss queue process 5 tasks/s and normal queue process 100 tasks per second
This commit is contained in:
parent
34edbeba56
commit
d29ac109cb
1 changed files with 2 additions and 2 deletions
|
|
@ -40,12 +40,12 @@ const createWorker = (redisDataSource: RedisDataSource, queueName: string) => {
|
|||
}
|
||||
case RSS_QUEUE:
|
||||
return {
|
||||
max: 3,
|
||||
max: 5,
|
||||
duration: 1000, // 1 second
|
||||
}
|
||||
default:
|
||||
return {
|
||||
max: 10,
|
||||
max: 100,
|
||||
duration: 1000, // 1 second
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue