Heap snapshot of child processes? #2202
Unanswered
jfontaine-lifion
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
-
Hi,
My Team is using bull queues in production with sandbox processes. We would like to get a heap snapshot of a child process but are unable to send messages because the child process is not exposed. It seems that the since bull queues fork using the
child_process
module instead of thecluster
module we aren't able to access the child objects at all.Does anyone have insight on how to get heap snapshot on child processes running jobs
Beta Was this translation helpful? Give feedback.
All reactions