Skip to main content

Monitoring Task Queues

The task queues are the collection of tasks waiting to be executed. It is useful for viewing the details, such as the number of workers polling and monitoring the queue backlog.

Viewing Task Queues

You can monitor your task queues by navigating to Executions > Queue Monitor.

Monitoring Task Queues in Conductor

The task queue monitoring page shows the following details:

  • Queue Size - Displays the number of tasks waiting to be executed.
  • Worker Count - Displays the number of worker instances polling for the task.
  • Last Poll Time - Displays the last polled time.

In addition, you also have the provision to filter the task queues based on queue size, worker count, and last poll time. To view the worker details polling for the task, select the required task queue, and you can view the worker name along with the task to domain mapping as shown below:

Worker details in task queue monitor