try {
      this._logger.info(`Deleting job.`);
      await this._k8sClient.delete(this._obj);
    } catch (e) {
      this._logger.error(