From 518634b4ab78f4bafa73b30c7b9ec87df828e5a7 Mon Sep 17 00:00:00 2001 From: Alex Nordlund Date: Wed, 23 Nov 2022 20:33:45 +0100 Subject: [PATCH] Add weights to default sidekiq queue --- values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index fabfeee..09f6549 100644 --- a/values.yaml +++ b/values.yaml @@ -104,9 +104,10 @@ mastodon: # -- Sidekiq queues for Mastodon that are handled by this worker. See https://docs.joinmastodon.org/admin/scaling/#concurrency # See https://github.com/mperham/sidekiq/wiki/Advanced-Options#queues for how to weight queues as argument queues: - - default - - push - - mailers + - default,8 + - push,6 + - ingress,4 + - mailers,2 - pull - scheduler # Make sure the scheduler queue only exists once and with a worker that has 1 replica. #- name: push-pull