GenieACS in high ability operational mode

Zaid Abdulla zaid at genieacs.com
Tue Apr 12 21:19:48 EDT 2016


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


More information about the Users mailing list