This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Ability to scale number of instances #890
Labels
API
Issues or pull requests that affect the API
enhancement
New feature or request
UI
Requires changes to the user interface
Most hosting platforms have a way of scaling the number of instances up and down. For example, the staging instance of the application may need only one instance up and running, but a production instance may want a few replicas to help handle the load.
Hippo should have a way to increase the number of instances. This would map to the Nomad job's
count
field.https://learn.hashicorp.com/tutorials/nomad/get-started-jobs
The text was updated successfully, but these errors were encountered: