taskforcesh / bullmq

BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis
https://bullmq.io
MIT License
5.89k stars 380 forks source link

Communicating between sandboxed processes #235

Open prestonvasquez opened 4 years ago

prestonvasquez commented 4 years ago

Is there any way for sandboxed queues to communicate between each other? Suppose I have queue1 on process1 and queue2 on process2. Could I set an event for queue1 on process2? And listen for it on process1?

From what I've read this doesn't seem possible, but I wanted to make sure before I move on. Thanks!

manast commented 4 years ago

for answering to your question I would need to understand more precisely what do you mean with communicate between two queues processes?