if (this.options.events.indexOf('retrying') > -1) {
      this.queue.on('job retrying',
        (id, error) => this.emit('retrying', { id, error })
      );
    }