Do not emit job:status from batch
This commit is contained in:
parent
1e490be0a1
commit
d1e3be2e22
@ -116,8 +116,6 @@ Batch.prototype.processNextJob = function (user, callback) {
|
||||
|
||||
self.logger.log(job);
|
||||
|
||||
self.emit('job:' + job.data.status, jobId);
|
||||
|
||||
callback();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user