slow and rss queue process 5 tasks/s and normal queue process 100 tasks per second
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user