create_queue
Need to control job concurrency? Create an immutable FIFO queue with a fixed limit to process jobs reliably across local, SSH, or Slurm environments.
Instructions
Create an immutable named FIFO queue with a fixed concurrency limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| concurrency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||