fix queue compute node

This commit is contained in:
tsukasa
2023-09-27 17:24:00 +08:00
parent a5e5839460
commit 01f05285c7
5 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class ComputeKernel:
task_result = await self._send_task(task_req)
if task_req.state == ComputeTaskState.DONE:
return task_result.result
return task_result.result_str
return "error!"