try {
          // Try removing directly from queue, then update db afterwards
          this.queueService.removeJob(client, msg.messageId);
        } catch (e) {
          if (e instanceof ClientMismatchError || e instanceof NotFoundError ||