workflow controller: leader election? #14271
-
|
I'm a little confused.
Can someone please explain what these env variables are actually good for when (according to the documentation) horizontal scaling is not a thing for the workflow controller? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
we can deploy multiple replicas of a controller simultaneously
but only 1 of them is working at a time. This mainly helps to reduce the time taken to resume service when 1 controller is down |
Beta Was this translation helpful? Give feedback.
-
|
I see ... the time-to-recovery is so small though that I don't really see the point in this. Thank you for the answer. |
Beta Was this translation helpful? Give feedback.
we can deploy multiple replicas of a controller simultaneously
but only 1 of them is working at a time.
This mainly helps to reduce the time taken to resume service when 1 controller is down