Hello everyone. I am new to kedro and I want to execute a pipeline (that works well in sequential running) in parallel using —runner=‘ParallelRunner’. I am facing the following issue: every time I try it, the first node is well executed and saves its output as a SharedMemoryDataset but just after I see that the other nodes « have not run » and I have a RecursionError raising « maximum depth exceeded » coming from the line 284 in set_project_logging in kedro\framework\project\_init_.py
« if package_name not in self.data[‘loggers’].
Does anyone know where does it come from ?