heroku_scale
Adjust the number of running dynos for a Heroku application to manage performance and resource allocation based on current needs.
Instructions
Scale dynos for a Heroku app. Change the number of running dynos.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | Name of the Heroku app | |
| dyno | Yes | Dyno type to scale (e.g., web, worker) | |
| quantity | Yes | Number of dynos to run | |
| size | No | Dyno size (eco, basic, standard-1x, standard-2x, etc.) |