Sidekiq documentation suggests I can only control the global concurrency of sidekiq, rather than per queue. I am raising a question here with hope that there\'s a solution for a
To handle the queue wise concurrency you can use this gem sidekiq-limit-fetch. which fix the maximum no of threads that queue can use.