resque['index_worker_count'] = 1
resque['delete_worker_count'] = 1


You can configure how many workers to run here. We recommend at least 1 per queue.


Related Pages