hyperbadger / nomad-pipeline

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

Job level leader #8

Closed waquidvp closed 2 years ago

waquidvp commented 2 years ago

Resolves https://github.com/HyperBadger/nomad-pipeline/issues/2.

Adds a nomad-pipeline/leader for marking a task group as the leader of a job. This will cause all other task groups to gracefully shutdown when the leader task group completes.

dob3001 commented 2 years ago

LGTM