1) Improve Build-in agent "Tracy Wang" 2) fix bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user