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.
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
Asked: 2022-01-25 11:00:00 +0000
Seen: 7 times
Last updated: Nov 05 '22
How can popen() be used to direct streaming data to TAR?
In Python, can a string be utilized to retrieve a dataframe that has the same name as the string?
What is the method for merging field value and text into a singular line for display?
What is the method for programmatic access to a time series?