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.

The workers represent actual workers instances connected to Redis, independently on the concurrency setting used in the workers.

Currently due to an underlaying issue in Bull/BullMQ the workers table will show incorrect results if you are reusing connections.

Last updated