I am trying to fork a child process that will go out a load data from a 3rd party api into a mongodb instance. When I try to connect to mongodb inside the child process I get Error: connect EHOSTUNREACH. This is a local instance and I can connect in the parent process. Is this a context issue inside the child process?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
In short, yes. You should make you code decoupling, so you can test the child_process standalone, and trace your error. To cache the error of child process, you can add below code in your entry js of your child process
|
|||
|
|