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

Add documentation for new scaling state feature. #40

Closed jrasell closed 4 years ago

jrasell commented 4 years ago

The new scaling state tracking adds functionality to the CLI, API, and UI. It also changes the original definition of the storage backend which was previously worded specifically to policies. The changes therefore should be reflected in the documentation so.

Closes #29