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

Distributed locking for conductor #2600

Discussion options

You must be logged in to vote

is there any recommendation from conductor between redis-lock and zookeeper-lock? What are the pros and cons of each one specifically in the context of conductor?

In the context of Conductor, if you are already using redis-persistence, it would be easier for you to setup redis-lock. Other than that, functionally both of these implementations work well as per our testing. We noticed that the implementation using redis was more performant at higher loads, however the difference between the two implementations is not significant.

when you say "there could be two or more separate threads", are you referring to a single worker instance, but multiple threads configured due to the parameter .…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@flavioschuindt
Comment options

Answer selected by flavioschuindt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants