worker.on('start', function (job) {
      console.log('worker ' + id + ' started job ' + job._key);
    });