alter_worker_limit
Adjust the number of active workers for a specific worker type on a node by increasing or decreasing the limit by one per call. Repeat the action to achieve the desired worker count.
Instructions
Increase or decrease by one the number of workers of a given type on a node (POST /api/v2/alter-worker-limit). Call it repeatedly to move the limit by more than one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID, from list_nodes | |
| process | Yes | Direction to move the limit | |
| worker_type | Yes | Which worker pool to change |