Kue: [Q]: Multi-instance scaling. Queue Persistence.

Created on 2 Sep 2013  路  3Comments  路  Source: Automattic/kue

  1. Does Kue support multi-instance scaling for heavy queues?
    I Suppose it should work easy if several Kue-servers connected to one Redis.
    But not found any confirmations.
  2. What about Queue durability? Does it possible to switch Redis for another backend?
Question

All 3 comments

Any comment on this question? Can you run multiple instances of Kue pointing to the same redis instance for scaling?

Can you run multiple instances of Kue pointing to the same redis instance for scaling?

Yes.

@mogadanez Yes!

All our hosting is on AWS. We have a combo of reserved instances along with an auto scaling group of spot instances which spin up when the load on those reserved instances gets too high and it's been humming along for months pointed at one redis instance (elasticache) without problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jasonwatt picture jasonwatt  路  4Comments

JperF picture JperF  路  8Comments

digitaljohn picture digitaljohn  路  10Comments

CMCDragonkai picture CMCDragonkai  路  4Comments

mateeyow picture mateeyow  路  4Comments