Monitoring Task Queues
Conductor offers an API and UI interface to monitor the task queues. This is useful to see details of the number of workers polling and monitoring the queue backlog.
Using the UI
Access this screen via - Home > Task Queues
On this screen you can select and view the details of the task queue. The following information is shown:
- Queue Size - The number of tasks waiting to be executed
- Workers - The count and list of works and their instance reference who are polling for work for this task
Using APIs
To see the size of the task queue via API:
To see the worker poll information of the task queue via API:
Note
Replace <TASK_NAME>
with your task name