heroku ps:autoscale:enable
Enable web dyno autoscaling
Options
Name | Description |
---|---|
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |
--min <min> | Minimum number of dynos |
--max <max> | Maximum number of dynos |
--p95 <p95> | Desired p95 response time |
--notifications | Receive email notifications when the max dyno limit is reached |