services/worker/src/worker/job_manager.py [211:225]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.finish(
            job_result={
                "job_info": self.job_info,
                "job_runner_version": self.job_runner_version,
                "is_success": False,
                "output": {
                    "content": dict(error.as_response()),
                    "http_status": error.status_code,
                    "error_code": error.code,
                    "details": dict(error.as_response_with_cause()),
                    "progress": None,
                },
                "duration": get_duration_or_none(self.job_info["started_at"]),
            }
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



