Explorar el Código

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

master
Eugen Rochko hace 6 años
committed by GitHub
padre
commit
02856073f7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      config/initializers/chewy.rb

+ 1
- 0
config/initializers/chewy.rb Ver fichero

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

Chewy.root_strategy = enabled ? :sidekiq : :bypass


Cargando…
Cancelar
Guardar