How about separating jobs and job runner into different module not part of the server? #131
-
For instance if I have deployed the api server on Kubernetes with multiple pods, this will lead to run jobs on every pod. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Until now the application still stateful, if you want to run it on Kubernetes must be distributed stateless application for scalability and that what we're seeking to in the next versions. |
Beta Was this translation helpful? Give feedback.
-
Thank you @abouolia can you create an issue for this? I would like to separate Job runner from the api server. |
Beta Was this translation helpful? Give feedback.
Until now the application still stateful, if you want to run it on Kubernetes must be distributed stateless application for scalability and that what we're seeking to in the next versions.