You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to think about how to distribute the flow across java vm's
We could just run them within the same vm. This might be an issue if multiple jobs with high memory or cpu demands should run in parallel. We don't have this situation, so running dependent jobs within the same vm would be ok for us. Do you see any other issues?
It would be great if there were dependencies between jobs, so that a Job 'B' can be started after Job 'A' was finished.
The text was updated successfully, but these errors were encountered: