Semaphores
list_semaphoresDiagnose unexpected job delays by listing resource locks (semaphores) that limit concurrent execution. Identify if jobs are queued waiting for a lock to be released.
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 |