Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This command is only available on Astro.
Usage
Options
| Option | Description | Possible Values |
|---|---|---|
--concurrency | The maximum number of tasks that each worker can run | Any integer from 1 to 64 |
-d,--deployment-id | The ID of the Deployment whose worker queue you want to update | Any valid Deployment ID |
--deployment-name | The name of the Deployment whose worker queue you want to update. Use as an alternative to <deployment-id> | Any valid Deployment name |
-f --force | Skip prompting the user to confirm the update | “ |
--max-count | The maximum worker count of the worker queue | Any integer from 0 to 30 |
--min-count | The minimum worker count of the worker queue | Any integer from 0 to 30 |
-n,--name | The name of the worker queue | Any string |
-t,--worker-type | The worker type of the worker queue | Any worker type enabled on the cluster in which the Deployment exists |