Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix. Refactoring socket location of cluster worker to master. Dum… #5

Merged
merged 1 commit into from
Apr 13, 2016

Conversation

rusakakstp
Copy link
Contributor

Bug fix. Refactoring socket location of cluster worker to master. Dummy daemon will not created by cluster worker.

…my daemon will not created by cluster worker.
@osmanager
Copy link
Contributor

Wow great!

@@ -81,6 +81,13 @@ if (cluster.isMaster) {
worker.on('message', function(msg){
return clusterMessageHandler(worker, msg);
});
});
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace

@ivere27
Copy link
Owner

ivere27 commented Apr 13, 2016

lgtm

@ivere27 ivere27 merged commit ac0a5db into ivere27:master Apr 13, 2016
@@ -179,14 +183,11 @@ if (cluster.isWorker) {
utils.removePumpArchiveInArray(DAEMON.Archives.localPumpArchivesInProgress, msg.data.pumpArchive.pumpArchiveId);
} else if (msg.event === 'addLocalPumpArchives') {
DAEMON.Archives.localPumpArchives.push(msg.data.pumpArchive);
} else if (msg.event === 'setSchedulerArchives'){
DAEMON.Archives.schedulerArchives = data;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

msg.data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants