if (removeJobIndex === -1) {
            // lookup by id
            removeJobIndex = this._queue.findIndex(
                j => j.attrs._id?.toString() === job.attrs._id?.toString()
            );