3.3.7 View Task Queues
Use the Task Queues page to monitor worker-polled task queues, such as simple tasks or worker tasks. This page helps you check whether workers are polling for a selected task and whether any task executions are waiting in the queue.
A task queue is created for a task type when task executions are scheduled and must be picked up by workers. Workers poll the queue for a task type, execute the task, and update the task result. If tasks are added faster than workers can poll and complete them, the queue size increases.
You can use this page to:
- Verify whether workers are actively polling a task queue.
- Identify the last worker that polled for a task.
- Check whether pending task executions are accumulating.
- Compare queue backlog across domains, when domains are used.
- Troubleshoot worker availability or capacity issues when queue size remains high or last poll time is stale.
For example, if the queue size for a task is increasing and the last poll time is old, workers may not be running, may not be polling the correct task name or domain, or may not have enough capacity to process the queued work.
To view task queue details:
Parent topic: Manage Task Definitions for Simple Tasks