mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03: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
|
# -- 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
|
# See https://github.com/mperham/sidekiq/wiki/Advanced-Options#queues for how to weight queues as argument
|
||||||
queues:
|
queues:
|
||||||
- default
|
- default,8
|
||||||
- push
|
- push,6
|
||||||
- mailers
|
- ingress,4
|
||||||
|
- mailers,2
|
||||||
- pull
|
- pull
|
||||||
- scheduler # Make sure the scheduler queue only exists once and with a worker that has 1 replica.
|
- scheduler # Make sure the scheduler queue only exists once and with a worker that has 1 replica.
|
||||||
#- name: push-pull
|
#- name: push-pull
|
||||||
|
|
Loading…
Reference in New Issue
Block a user