taskforcesh / bullmq

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

Sandboxed processors automatically close the Node window #2604

Closed PDB6912 closed 2 weeks ago

PDB6912 commented 1 month ago

In Windows, running a job in a Sandboxed processors pops up a new Node window. Can't it automatically close the Node window after the job completes?

manast commented 1 month ago

BullMQ keeps processes to be reused by the next jobs to be processed. I guess windows wants to have a window associated to the NodeJS process, I am not familiar with windows so I don't really know...

PDB6912 commented 2 weeks ago

@manast Thank you. It was my fault; I used pm2, which causes node windows to appear when using sandbox mode in Windows.