Executor: A component which is stateful, can only scale vertically & is a single point of failure #2826
Unanswered
ChayanBansal
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way we can make executor to scale horizontally while maintaining the concurrency and other limits for the function?
As far as I understand, executor is responsible for creating a new instance for the function based on the configurations and it stores the state of pools in-memory. If we introduce multiple replicas of executor, each replica will have different state leading to unknown/unwanted state of the pools. Please let me know if I am missing something here.
Beta Was this translation helpful? Give feedback.
All reactions