Worker pools and multi-tenant queues with RabbitMQ

前端 未结 4 1481
悲&欢浪女
悲&欢浪女 2021-02-05 14:28

I work on a web application that is a multi-tenant cloud based application (lots of clients, each with their own separate \"environment\", but all on shared sets of hardware) an

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 14:54

    You can just have your pool of workers all consume the same unique queue. Work will then be distributed across them and you'll be able to grow/shrink your pool in order to increase/decrease your work processing capacity.

提交回复
热议问题