hyperbadger / nomad-pipeline

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

Configurable count using `nomad-pipeline/count` tag #1

Closed waquidvp closed 2 years ago

waquidvp commented 2 years ago

A task groups count config is controlled by nomad-pipeline. Prior to this change, the count value can only be 1. This new tag allows that count to be configurable allowing support for cases where you need to have a count value of more than 1.

Also includes a nice example of when you might need to use this tag.