You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed that there is indeed evidence that some people at least try to use this runner, but because it's so broken, they're rarely successful or they have to battle workarounds.
We agreed to do some research to understand the underlying issues and see if the ParallelRunner is still the best solution to them.
Description
Check telemetry to find out how much
ParallelRunner
is used and whether it would be possible to deprecate and remove it.Context
ParellelRunner
is the most problematic among our runners:ParallelRunner
#4078ParallelRunner
raisesAttributeError: The following data sets cannot be used by multiprocessing...
on datasets not involved in--pipeline
being run #3804ParallelRunner
#3674And there's already a bit of evidence it's not used that much: https://linen-slack.kedro.org/t/16663577/do-you-use-kedro-run-runner-parallerunner-to-speed-up-your-p#99abccb0-7970-4a65-8fad-85fd22681beb
The text was updated successfully, but these errors were encountered: