Closed zachete closed 3 months ago
Hi @zachete , this lib is not manipulate any of the queue Redis entries directly, it calls the official Bull / BullMQ api.
Make sure that you are using the latest bull-board, and the correct queue adapter...
Hi @felixmosh, thank you! I will dig into the API.
Hi! I found that after I click on the 'Empty' button on the delayed queue, it doesn't remove keys from Redis.
After clicking, I see that the related key persists in Redis.
At the same time, if you click "Clean All", it will remove the corresponding entry from Redis. Is this expected behavior or maybe bug?