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

[question] Is it possible to make a job dependent of other (Maybe using Batch Service Type with constraints)? #1554

Open
tiagoalves83 opened this issue Aug 9, 2016 · 7 comments

Comments

@tiagoalves83
Copy link

I need to run a workflow of jobs.
Basically a workflow is a bunch of tasks that need to run in order and just before the previous task is done.
In jobspec I don't see any option to make a job or task to run just after the complete execution of other task/job (dependency).
I try to check if constraints could be applied based in other jobs/tasks, but I haven't found the answer.
So, my question is: Is it possible to run tasks in order, making sure that one task will run only if the previous task is done ? How can i achieve that ?

@diptanu
Copy link
Contributor

diptanu commented Aug 11, 2016

@tiagoalves83 We are going to support DAGs in the future so you will be able to run workflows with that. Currently the workflow orchestrator has to be built outside Nomad.

@automaticgiant
Copy link

is there a published roadmap?
do you want the dag stuff internal rather than contributing good integration with something like airflow(might not be good fit, idk)?

@amit-handa
Copy link

is there a possible timeline to completing this requirement ?

@dadgar
Copy link
Contributor

dadgar commented Jan 29, 2018

@amit-handa It is at least 6+ months out.

@keith6014
Copy link

any update on this?

@peimanja
Copy link

This would be a great feature.

@rbjorklin
Copy link

rbjorklin commented Sep 24, 2019

This feels like it's a related issue and seems to be due for 0.10.X

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

8 participants