• Sean McGivern's avatar
    Fix and clarify import example on Sidekiq extra processes docs · 12aad2d1
    Sean McGivern authored
    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.
    12aad2d1
extra_sidekiq_processes.md 13.2 KB