1) Improve Build-in agent "Tracy Wang" 2) fix bug

This commit is contained in:
Liu Zhicong
2023-09-18 23:25:44 -07:00
parent 0d8ee2a7af
commit 874aa98e21
8 changed files with 81 additions and 26 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Queue_ComputeNode(ComputeNode):
return result
def start(self):
async def start(self):
async def _run_task_loop():
while True:
task = await self.task_queue.get()