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?
Asked
Active
Viewed 101 times
1 Answers
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