diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-20 17:25:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 17:25:16 +0100 |
commit | 02856073f74c3615c016cb26018b16bae3d0deee (patch) | |
tree | 3a5dcae603fda33cbc3c75e2eef0c127d0a38cf6 | |
parent | be9bab171dc2b1fe43bc742decb71f64541ca347 (diff) |
Fix #6509: Use pull queue for chewy jobs (#6513)
-rw-r--r-- | config/initializers/chewy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |