On Tue, 2016-04-12 at 08:57 +0100, James Harrison wrote:
> Can GenieACS run with two masters behind a loadbal like HAproxy
> without shared Redis state, put another way?

Should be doable with a small change in the lib/nbi.coffee to ensure
any cache invalidation resulting from API calls takes place on all
redis nodes. You can search for "db.redisClient" in that file to find
the lines that need to be changed.

You'll also want to configure your proxy server such that requests from
a given client always go to the same node in order to reduce cache
miss.

Zaid
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to