Queue stats
queue_statsReport job counts per state for a Redis-backed queue, supporting Asynq and BullMQ backends.
Instructions
Report the number of jobs in each state for a queue, using the backend's own state names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue | Yes | Queue name, as reported by list_queues. | |
| backend | No | Which backend owns the queue. Optional when the queue name is unique across backends. |