mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Add weights to default sidekiq queue
This commit is contained in:
parent
3bf6c8af2d
commit
518634b4ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user