Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
一応の説明: deliverJobConcurrency, deliverJobPerSecは(グローバルな実行数ではなく)ワーカーごとの実行数として解釈される(グローバルの設定はBullMQには存在しない) misskey/packages/backend/src/queue/QueueProcessorService.ts Lines 203 to 214 in 2c6f25b |
Beta Was this translation helpful? Give feedback.
0 replies
-
export const deliverJobConcurrency = config.deliverJobConcurrency || ((cpus().length || 4) * 8);
export const inboxJobConcurrency = config.inboxJobConcurrency || ((cpus().length || 4) * 1);
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
128は多すぎると思われる
p1.a9z.dev (OCI A1 x 4 OCPU)では次の設定で安定している
Related to #11000
BullMQが重い理由引用
deliverJobConcurrencyを増やすと次で説明されるような副作用が発生する
Beta Was this translation helpful? Give feedback.
All reactions