run_jobs
Execute a batch of independent jobs with bounded concurrency, delegating scoped coding tasks and returning pass or fail results.
Instructions
Run an already-independent job batch with bounded concurrency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| max_concurrency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| results | No |