get_celery_queue_details
Retrieve per-task breakdown of the Celery queue, including task names, counts, and queue positions, to monitor pending work and diagnose backlog issues.
Instructions
Get per-task breakdown of the Celery queue.
Returns task names, counts, and queue positions. May be slow for large queues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |