2

We need to have separate queues for different types of jobs. One of them is Thinking Sphinx delayed deltas. We could keep using the default queue but we rather use a specifically named queue. Can this be done?

Yoni Baciu
  • 2,667
  • 1
  • 22
  • 28

1 Answers1

2

Found the solution. In thinking_sphinx.yml add:

development:
  .
  .
  delayed_job_queue: "<name>"

Repeat for other environments.

Yoni Baciu
  • 2,667
  • 1
  • 22
  • 28