mapred icon indicating copy to clipboard operation
mapred copied to clipboard

cluster forks re-run entire file

Open pviolette3 opened this issue 11 years ago • 2 comments

when i run a job, cluster.fork() reruns the entire file. my file is an express app so all the child processes try to rebind to the same port my app runs on. this fails, and i get nothing back.

i think cluster is the wrong module for this project. async.map and async.reduce would not rerun the whole file.

pviolette3 avatar Sep 13 '13 20:09 pviolette3

+1

microsoftly avatar Nov 10 '16 22:11 microsoftly

+1

robertkofoed avatar May 06 '19 11:05 robertkofoed