-
i am using a ML module with bullMQ, problem is that it loads it's models from disk. But it didn't. now do i manually have to write child process, logic for this kind of scenario? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you write some example code and explanations on what you want to achieve and what is not working? |
Beta Was this translation helpful? Give feedback.
-
the relevance of the matter to bullMQ may be limited, but I believe it would still be beneficial to hear your recommendations on how to address this situation.
this is a blocker for me to use sandbox processors in bullMQ. I would like you hear your suggestion for this scenario. |
Beta Was this translation helpful? Give feedback.
Either load the data from inside job.js, or send the minimal data required per job or no use sandboxed processors.