Browse Source

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

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
02856073f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/initializers/chewy.rb

+ 1
- 0
config/initializers/chewy.rb View File

@ -9,6 +9,7 @@ Chewy.settings = {
prefix: prefix,
enabled: enabled,
journal: false,
sidekiq: { queue: 'pull' },
}
Chewy.root_strategy = enabled ? :sidekiq : :bypass

Loading…
Cancel
Save