Fix and clarify import example on Sidekiq extra processes docs
This would do the wrong thing before: it would run a process per queue, where each process ignored _exactly one_ import queue. This doesn't really match the description. The whole section seemed questionable as there was no provision for running all the other jobs (except by accident), so I changed this to be more general and use queue selectors to put all import jobs in one process, and all other jobs in another.
Showing
Please register or sign in to comment