Semaphores
list_semaphoresList resource locks that limit concurrent job execution. Use this to diagnose why jobs are waiting unexpectedly by checking if a semaphore is at max holders causing queuing.
Instructions
List semaphores — resource locks that limit concurrent job execution.
Check this when jobs are waiting unexpectedly. A semaphore at max holders means jobs are queued waiting for the lock to be released.
Args: tenant: Tenant name (uses default if empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |