hyperbadger / nomad-pipeline

Run pipeline-style workloads in Nomad
MIT License
42 stars 2 forks source link

Implement an actual DAG #6

Open waquidvp opened 2 years ago

waquidvp commented 2 years ago

Currently you can simulate a DAG-like pipeline using a combination of the next and dependencies tags. However, if done properly, a DAG implementation will only need the dependencies tag, at which point the next tag shouldn't be set by the user but by the internal system once the DAG has been resolved.