jrasell / sherpa

Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Mozilla Public License 2.0
163 stars 8 forks source link

cluster: fix a big where cluster state get overwritten on restart. #83

Closed jrasell closed 4 years ago

jrasell commented 4 years ago

The cluster package was not acting correctly when discovering existing cluster state. This meant that cluster info was being overwritten which is not the intended behaviour. This now fixes the issue.

closes #76