logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 02856073f74c3615c016cb26018b16bae3d0deee
parent: be9bab171dc2b1fe43bc742decb71f64541ca347
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Tue, 20 Feb 2018 17:25:16 +0100

Fix #6509: Use pull queue for chewy jobs (#6513)


Diffstat:

Mconfig/initializers/chewy.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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