-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
@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. |
is there a published roadmap? |
is there a possible timeline to completing this requirement ? |
@amit-handa It is at least 6+ months out. |
any update on this? |
This would be a great feature. |
This feels like it's a related issue and seems to be due for 0.10.X |
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 ?
The text was updated successfully, but these errors were encountered: