fix: iteration node use the main thread pool

This commit is contained in:
Novice Lee
2024-12-02 21:13:47 +08:00
parent 286741e139
commit 5f7771bc47
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class IterationNode(BaseNode[IterationNodeData]):
variable_pool.add([self.node_id, "item"], iterator_list_value[0])
# init graph engine
from core.workflow.graph_engine.graph_engine import GraphEngine, GraphEngineThreadPool
from core.workflow.graph_engine.graph_engine import GraphEngine
graph_engine = GraphEngine(
tenant_id=self.tenant_id,