From: Eugen Rochko Date: Tue, 20 Feb 2018 16:25:16 +0000 (+0100) Subject: Fix #6509: Use pull queue for chewy jobs (#6513) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=02856073f74c3615c016cb26018b16bae3d0deee;p=mastodon.git Fix #6509: Use pull queue for chewy jobs (#6513) --- diff --git a/config/initializers/chewy.rb b/config/initializers/chewy.rb index 702f7516c..d5347f2bf 100644 --- a/config/initializers/chewy.rb +++ b/config/initializers/chewy.rb @@ -9,6 +9,7 @@ Chewy.settings = { prefix: prefix, enabled: enabled, journal: false, + sidekiq: { queue: 'pull' }, } Chewy.root_strategy = enabled ? :sidekiq : :bypass