Managing Workers
Monitoring Active Workers
The Workers View provides a list of all active worker instances connected to a given queue. This feature helps ensure that the expected number of workers are online and processing jobs as intended.

If some expected workers are missing from the list, they may be offline or have lost connection to the Redis database.
Understanding Workers
Each worker instance represents an independent connection to Redis and operates separately from the concurrency settings defined within the worker configuration.
If any expected workers are not listed, consider:
Checking if the workers are offline.
Verifying the connection status to the Redis database.
Providing real-time visibility into worker instances helps maintain queue reliability and identify potential processing issues early.