# Workers

The workers view gives you a list of all the actually workers connected to a given queue. This is quite useful so that you can verify that the intended amount of workers are really connected and processing jobs. If the list is missing some expected workers it could be that these workers are offline or lost connection to the redis database.

![](/files/-MWPE9CaQ3vNCi4u0Vyz)

{% hint style="info" %}
The workers represent actual workers instances connected to Redis, independently on the concurrency setting used in the workers.
{% endhint %}

{% hint style="danger" %}
Currently due to an underlaying issue in Bull/BullMQ the workers table will show incorrect results if you are reusing connections.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taskforce.sh/connections/workers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
