Jobs fetched through Job.get() function and called with subscribe() emits events only for one instance of job if multiple instances of job is created for same id.
This happens when using multiple instances of job with same job id (In my case I load job for requests in express.js)