Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to use Python to read the queue data generated by bullmq in Node.js. One way to do this is to use a Redis client library in Python to connect to the same Redis server that is used by BullMQ in Node.js. Once connected, you can use the same Redis commands used by BullMQ to read the queue data. For example, you can use the ZRANGE command to retrieve a range of jobs from a queue, or the BLPOP command to block until a job is available.