get_celery_queue_status
Get Celery queue names, pending task counts, and the age of the oldest pending task to assess backlog.
Instructions
Get Celery queue names, pending task count, and oldest task age.
Scans DB 0 for Celery list-based queues (convention: keys without ':' prefix that are lists).
Returns: JSON with queue names, pending counts, and oldest task info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |