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

Method handle_delete

tests/autoalloc/mock/manager.py:178–180  ·  view source on GitHub ↗
(self, job_id: JobId)

Source from the content-addressed store, hash-verified

176 return response()
177
178 async def handle_delete(self, job_id: JobId):
179 assert job_id in self.jobs
180 self.deleted_jobs.add(job_id)
181
182 def add_worker(self, hq_env: HqEnv, allocation_id: str) -> Popen:
183 self.set_job_data(allocation_id, JobData.running())

Callers 1

handle_cli_deleteMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected