How to control concurrency per queue?

后端 未结 3 1008
情深已故
情深已故 2021-02-08 03:45

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

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-08 03:48

    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.

提交回复
热议问题