Ask Your Question
4

Is it possible to utilize Python to read the queue data generated by bullmq in Node.js?

asked 2022-01-25 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-11-05 12:00:00 +0000

pufferfish gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-25 11:00:00 +0000

Seen: 9 times

Last updated: Nov 05 '22