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

This commit is contained in:
Eugen Rochko
2018-02-20 17:25:16 +01:00
committed by GitHub
parent be9bab171d
commit 02856073f7

View File

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