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 the ability to list only the latest scaling events. #107

Closed jrasell closed 4 years ago

jrasell commented 4 years ago

This change adds the ability to list only the latest scaling events for each job group stored in the backend. This is helpful for operators as it gives a more concise overview. The changes impacts both the CLI and API.

closes #107