@@ -63,7 +63,7 @@ def run_with_executor(executor: Executor, func, tasks: List, timeout: int):
results.append(result)
except Exception as e:
print(e)
-
+ executor.shutdown()
return results
"""
@@ -131,7 +131,7 @@ services:
LLM_MAX_STEP: 2
# tool
- TOOL_WORKER_NUM: 20
+ TOOL_WORKER_NUM: 200
TOOL_WORKER_EXECUTION_TIMEOUT: 180
# web search tool