nexus_fanout
Execute a command on each item in a list concurrently, with a configurable concurrency limit to control resource usage.
Instructions
Parallel map: run a command over multiple items with concurrency limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to substitute for $ITEM | |
| command | Yes | Command template (use $ITEM as placeholder) | |
| timeoutMs | No | ||
| concurrency | No |