Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?
Is there a way to spawn a new process that would be dedicated to a specific queue?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?
Is there a way to spawn a new process that would be dedicated to a specific queue?