Question memory usage cluster mode , sandboxed processes #2096
Unanswered
smartdev10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this great library
Can you please advise me if this is good implementation
I'm trying to processes a list of emails of 200k each on it's own process , i am using puppeteer , could be multiple Queues
I create Queues on the fly using socket.io that creates a worker_thread that create the Queue this is my code
The processor open a headless browser and preforms some operations and closes and i do this concurrently
The Question is how should i add jobs to the Queue , now i add them all at once is this good?
How should i approach this ?
I noticed memory usage keeps increasing over time i don't know why
this is my code
thank you
Beta Was this translation helpful? Give feedback.
All reactions