MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / get_failed_tasks

Method get_failed_tasks

crates/pyhq/python/hyperqueue/client.py:107–109  ·  view source on GitHub ↗
(self, job: SubmittedJob)

Source from the content-addressed store, hash-verified

105 return len(failed_jobs) == 0
106
107 def get_failed_tasks(self, job: SubmittedJob) -> Dict[TaskId, FailedTaskContext]:
108 result = self.connection.get_failed_tasks([job.id])
109 return result[job.id]
110
111 def forget(self, job: HasJobId):
112 """

Callers 3

test_get_failed_tasksFunction · 0.45
wait_for_jobsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_get_failed_tasksFunction · 0.36