Open songjinu opened 2 weeks ago
Hello, I'm a coworker with songjinu. We have confirmed that this phenomenon only occurs in certain components.
I suspect that the cause is exec_globals used when build_custom_class is called. I'm testing deepcopy() outputs in a child class, but I'm not sure if this is the right approach, since the code is so complex.
if exec_globals[class_name].outputs is not None:
exec_globals[class_name].outputs = copy.deepcopy(exec_globals[class_name].outputs)
@joaoguilhermeS, @ogabrielluiz Are there good ways to avoid shared The result of outputs in concurrent processing ?
The Parallel calls of '/run/{flow_id}' API with different index_name (by tweaks) in OpenSearch: A Test for Index_name Confusion. when sequencially call API, No prob. Any one help what the problem? (I'm in 1.0.16)
Could We Parallel calls a same flow_id '/run/{flow_id}' API with many different tweaks ?