Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support job dependencies #2

Open
magro opened this issue Jan 5, 2015 · 2 comments
Open

Support job dependencies #2

magro opened this issue Jan 5, 2015 · 2 comments

Comments

@magro
Copy link
Contributor

magro commented Jan 5, 2015

It would be great if there were dependencies between jobs, so that a Job 'B' can be started after Job 'A' was finished.

@felixroeser
Copy link

Think there are two different scenarios:

  • Dependencies like run jobB only if jobA has been run before|within X hours
  • A flow like after jobA run jobB and jobC - Which would run jobB and jobC in parallel otherwise define after jobA run jobB and after jobB run jobC
    • We have to think about how to distribute the flow across java vm's

@magro
Copy link
Contributor Author

magro commented Jan 14, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants