Skip to content
Snippets Groups Projects
Verified Commit a652bbc2 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Restore default weights

parent 3b951bb0
No related branches found
No related tags found
No related merge requests found
...@@ -104,9 +104,9 @@ mastodon: ...@@ -104,9 +104,9 @@ 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 - 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment