Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Update docs to detail new autoscaler thread CLI parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Aug 21, 2019
1 parent 5a1b116 commit 76be6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The Sherpa server can be configured by supplying either CLI flags or using envir

* `--autoscaler-enabled` (bool: false) - Enable the internal autoscaling engine.
* `--autoscaler-evaluation-interval` (int: 60) - The time period in seconds between autoscaling evaluation runs.
* `--autoscaler-num-threads` (int: 3) - Specifies the number of parallel autoscaler threads to run.
* `--bind-addr` (string: "127.0.0.1) - The HTTP server address to bind to.
* `--bind-port` (uint16: 8000) - The HTTP server port to bind to.
* `--log-format` (string: "auto") - Specify the log format ("auto", "zerolog" or "human").
Expand Down

0 comments on commit 76be6e4

Please sign in to comment.