Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Conductor HA using redis sentinel/redis cluster without Dynomite #2321

Answered by RuriRyan
guru1306 asked this question in Q&A
Discussion options

You must be logged in to vote

Hiho,

we use Conductor with a redis sentinel deployment since a while now. We only run one replica of conductor-server though, because we haven't hit any performance issues yet. As we run conductor inside kubernetes HA isn't really a problem, because the pod gets recreated anyway if there is any problem.
For redis we use: https://github.com/DandyDeveloper/charts/tree/master/charts/redis-ha with next to no custom values.

Here's our config for conductor:

  config.properties: |
    # Servers.
    conductor.jetty.server.enabled=true
    conductor.grpc.server.enabled=false

    # Database persistence model.  Possible values are memory, redis, and dynomite.
    # If ommitted, the persistence us…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by apanicker-nflx
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants