]> cat aescling's git repositories - mastodon.git/commitdiff
Fix #6509: Use pull queue for chewy jobs (#6513)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 20 Feb 2018 16:25:16 +0000 (17:25 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2018 16:25:16 +0000 (17:25 +0100)
config/initializers/chewy.rb

index 702f7516c7250df3428e115ab61d3d4454abceca..d5347f2bfd0bcd049b5396489fbe42a0816f75b1 100644 (file)
@@ -9,6 +9,7 @@ Chewy.settings = {
   prefix: prefix,
   enabled: enabled,
   journal: false,
+  sidekiq: { queue: 'pull' },
 }
 
 Chewy.root_strategy    = enabled ? :sidekiq : :bypass