Samuel Goldenbaum

Results 10 comments of Samuel Goldenbaum

Looking for a resource who knows this project well.

Sent you a linkedin request - mail me at: samuel.goldenbaum(at)hellocomputer.com and we can setup a Skype chat

Yip, needed

Thanks @manast, these seem to only exist on the queue itself, not the job. While I appreciate the subscriber is traditionaly separate from the process adding the job, I have...

Any progress on this? Ideally looking for a set of events similar to the main Queue so we can have: ``` let queue = new Queue('player-queue'); ... let job =...

@entrptaher, for sure - unfortunately overloaded at the moment, but happy to help out soon

Had a quick look at the repo and attempted to have Job inherit from EventEmitter: ``` // job.js const Job = function (queue, name, data, opts) { ... }; Job.prototype.__proto__...